aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/MemoryRegion.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Kernel/MemoryRegion.cs')
-rw-r--r--Ryujinx.HLE/HOS/Kernel/MemoryRegion.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Ryujinx.HLE/HOS/Kernel/MemoryRegion.cs b/Ryujinx.HLE/HOS/Kernel/MemoryRegion.cs
deleted file mode 100644
index ea4f33c9..00000000
--- a/Ryujinx.HLE/HOS/Kernel/MemoryRegion.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace Ryujinx.HLE.HOS.Kernel
-{
- enum MemoryRegion
- {
- Application = 0,
- Applet = 1,
- Service = 2,
- NvServices = 3
- }
-} \ No newline at end of file