mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-01 14:17:43 +02:00

* Fix Vi managed and stray layers open/close/destroy * OpenLayer should set the state to ManagedOpened
10 lines
No EOL
169 B
C#
10 lines
No EOL
169 B
C#
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
|
{
|
|
enum LayerState
|
|
{
|
|
NotInitialized,
|
|
ManagedClosed,
|
|
ManagedOpened,
|
|
Stray
|
|
}
|
|
} |