mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-21 00:27:10 +02:00
11 lines
199 B
C#
11 lines
199 B
C#
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
|
{
|
|
enum NativeWindowApi : int
|
|
{
|
|
NoApi = 0,
|
|
NVN = 1,
|
|
CPU = 2,
|
|
Media = 3,
|
|
Camera = 4
|
|
}
|
|
}
|