mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-10-03 14:45:51 -05:00
Move solution and projects to src
This commit is contained in:
10
src/Ryujinx.HLE/HOS/Kernel/Memory/MemoryRegion.cs
Normal file
10
src/Ryujinx.HLE/HOS/Kernel/Memory/MemoryRegion.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.HLE.HOS.Kernel.Memory
|
||||
{
|
||||
enum MemoryRegion
|
||||
{
|
||||
Application = 0,
|
||||
Applet = 1,
|
||||
Service = 2,
|
||||
NvServices = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user