12 lines
No EOL
200 B
C#
12 lines
No EOL
200 B
C#
namespace Ryujinx.HLE.HOS.Kernel
|
|
{
|
|
internal enum MemoryOperation
|
|
{
|
|
MapPa,
|
|
MapVa,
|
|
Allocate,
|
|
Unmap,
|
|
ChangePermRw,
|
|
ChangePermsAndAttributes
|
|
}
|
|
} |