mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-26 16:42:56 +00:00
12 lines
183 B
C#
12 lines
183 B
C#
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
|
{
|
|
enum NativeWindowApi
|
|
{
|
|
NoApi = 0,
|
|
NVN = 1,
|
|
CPU = 2,
|
|
Media = 3,
|
|
Camera = 4,
|
|
}
|
|
}
|