aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/NativeWindowApi.cs
blob: 794c48b82ec5033aa255551ab4eb099f341db0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
{
    enum NativeWindowApi
    {
        NoApi  = 0,
        NVN    = 1,
        CPU    = 2,
        Media  = 3,
        Camera = 4
    }
}