mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-12-26 02:35:47 +00:00
8 lines
127 B
C#
8 lines
127 B
C#
|
namespace Ryujinx.Core.OsHle.Services.Nfp
|
|||
|
{
|
|||
|
enum State
|
|||
|
{
|
|||
|
NonInitialized = 0,
|
|||
|
Initialized = 1
|
|||
|
}
|
|||
|
}
|