mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 08:00:08 +02:00
8 lines
126 B
C#
8 lines
126 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nfp
|
|
{
|
|
enum State
|
|
{
|
|
NonInitialized = 0,
|
|
Initialized = 1
|
|
}
|
|
} |