0039bb6394
* Refactor SVC handler * Get rid of KernelErr * Split kernel code files into multiple folders
12 lines
No EOL
198 B
C#
12 lines
No EOL
198 B
C#
namespace Ryujinx.HLE.HOS.Kernel.Memory
|
|
{
|
|
enum MemoryOperation
|
|
{
|
|
MapPa,
|
|
MapVa,
|
|
Allocate,
|
|
Unmap,
|
|
ChangePermRw,
|
|
ChangePermsAndAttributes
|
|
}
|
|
} |