mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-03 12:12:38 -05: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,
|
|
}
|
|
}
|