diff options
Diffstat (limited to 'Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs')
| -rw-r--r-- | Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs b/Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs new file mode 100644 index 00000000..1863e0d9 --- /dev/null +++ b/Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs @@ -0,0 +1,7 @@ +namespace Ryujinx.HLE.OsHle.Services.Nfp +{ + enum DeviceState + { + Initialized = 0 + } +}
\ No newline at end of file |
