Fix Vi managed and stray layers open/close/destroy (#3438)
* Fix Vi managed and stray layers open/close/destroy * OpenLayer should set the state to ManagedOpened
This commit is contained in:
10
Ryujinx.HLE/HOS/Services/SurfaceFlinger/LayerState.cs
Normal file
10
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