aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests.Unicorn/Native/Const/Error.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Tests.Unicorn/Native/Const/Error.cs')
-rw-r--r--Ryujinx.Tests.Unicorn/Native/Const/Error.cs31
1 files changed, 0 insertions, 31 deletions
diff --git a/Ryujinx.Tests.Unicorn/Native/Const/Error.cs b/Ryujinx.Tests.Unicorn/Native/Const/Error.cs
deleted file mode 100644
index 9cedb0fc..00000000
--- a/Ryujinx.Tests.Unicorn/Native/Const/Error.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-// Constants for Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT
-
-// ReSharper disable InconsistentNaming
-namespace Ryujinx.Tests.Unicorn.Native.Const
-{
- public enum Error
- {
- OK = 0,
- NOMEM = 1,
- ARCH = 2,
- HANDLE = 3,
- MODE = 4,
- VERSION = 5,
- READ_UNMAPPED = 6,
- WRITE_UNMAPPED = 7,
- FETCH_UNMAPPED = 8,
- HOOK = 9,
- INSN_INVALID = 10,
- MAP = 11,
- WRITE_PROT = 12,
- READ_PROT = 13,
- FETCH_PROT = 14,
- ARG = 15,
- READ_UNALIGNED = 16,
- WRITE_UNALIGNED = 17,
- FETCH_UNALIGNED = 18,
- HOOK_EXIST = 19,
- RESOURCE = 20,
- EXCEPTION = 21,
- }
-}