diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs b/Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs new file mode 100644 index 00000000..5f014e13 --- /dev/null +++ b/Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs @@ -0,0 +1,10 @@ +namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger +{ + enum LayerState + { + NotInitialized, + ManagedClosed, + ManagedOpened, + Stray + } +}
\ No newline at end of file |