From 078d4010052c1403a535ded37f1869bdccd6f420 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 15 Aug 2018 19:59:41 -0300 Subject: [PATCH] Remove unused file --- Ryujinx.HLE/HOS/MemoryType.cs | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Ryujinx.HLE/HOS/MemoryType.cs diff --git a/Ryujinx.HLE/HOS/MemoryType.cs b/Ryujinx.HLE/HOS/MemoryType.cs deleted file mode 100644 index 98992b36b4..0000000000 --- a/Ryujinx.HLE/HOS/MemoryType.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace Ryujinx.HLE.HOS -{ - enum MemoryType - { - Unmapped = 0, - Io = 1, - Normal = 2, - CodeStatic = 3, - CodeMutable = 4, - Heap = 5, - SharedMemory = 6, - ModCodeStatic = 8, - ModCodeMutable = 9, - IpcBuffer0 = 10, - MappedMemory = 11, - ThreadLocal = 12, - TransferMemoryIsolated = 13, - TransferMemory = 14, - ProcessMemory = 15, - Reserved = 16, - IpcBuffer1 = 17, - IpcBuffer3 = 18, - KernelStack = 19 - } -} \ No newline at end of file