mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 16:48:40 +00:00
12 lines
199 B
C#
12 lines
199 B
C#
|
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
|||
|
{
|
|||
|
enum NativeWindowApi : int
|
|||
|
{
|
|||
|
NoApi = 0,
|
|||
|
NVN = 1,
|
|||
|
CPU = 2,
|
|||
|
Media = 3,
|
|||
|
Camera = 4
|
|||
|
}
|
|||
|
}
|