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:
parent
f7ef6364b7
commit
55e97959b9
5 changed files with 137 additions and 52 deletions
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue