aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Nfc/Nfp/NfpError.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Nfc/Nfp/NfpError.cs')
-rw-r--r--Ryujinx.HLE/HOS/Services/Nfc/Nfp/NfpError.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Nfc/Nfp/NfpError.cs b/Ryujinx.HLE/HOS/Services/Nfc/Nfp/NfpError.cs
new file mode 100644
index 00000000..f9bfecc0
--- /dev/null
+++ b/Ryujinx.HLE/HOS/Services/Nfc/Nfp/NfpError.cs
@@ -0,0 +1,8 @@
+namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp
+{
+ static class NfpError
+ {
+ public const int DeviceNotFound = 64;
+ public const int DevicesBufferIsNull = 65;
+ }
+} \ No newline at end of file