aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests.Unicorn/Native/Const/Memory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Tests.Unicorn/Native/Const/Memory.cs')
-rw-r--r--Ryujinx.Tests.Unicorn/Native/Const/Memory.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/Ryujinx.Tests.Unicorn/Native/Const/Memory.cs b/Ryujinx.Tests.Unicorn/Native/Const/Memory.cs
deleted file mode 100644
index a7d60e61..00000000
--- a/Ryujinx.Tests.Unicorn/Native/Const/Memory.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-// Constants for Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT
-
-// ReSharper disable InconsistentNaming
-namespace Ryujinx.Tests.Unicorn.Native.Const
-{
- public enum Memory
- {
- READ = 16,
- WRITE = 17,
- FETCH = 18,
- READ_UNMAPPED = 19,
- WRITE_UNMAPPED = 20,
- FETCH_UNMAPPED = 21,
- WRITE_PROT = 22,
- READ_PROT = 23,
- FETCH_PROT = 24,
- READ_AFTER = 25,
- }
-}