0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-10 12:51:59 +00:00
Ryujinx/Ryujinx.HLE/OsHle/Services/Nfp/State.cs

8 lines
No EOL
126 B
C#

namespace Ryujinx.HLE.OsHle.Services.Nfp
{
enum State
{
NonInitialized = 0,
Initialized = 1
}
}