Remove unused file
This commit is contained in:
parent
a2a9dbae93
commit
078d401005
1 changed files with 0 additions and 25 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue