mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-20 14:52:16 +00:00
11 lines
193 B
C#
11 lines
193 B
C#
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
|
{
|
|
enum NativeWindowApi
|
|
{
|
|
NoApi = 0,
|
|
NVN = 1,
|
|
CPU = 2,
|
|
Media = 3,
|
|
Camera = 4
|
|
}
|
|
}
|