Move solution and projects to src
This commit is contained in:
10
src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs
Normal file
10
src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
enum LayerState
|
||||
{
|
||||
NotInitialized,
|
||||
ManagedClosed,
|
||||
ManagedOpened,
|
||||
Stray
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user