mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-27 00:52:56 +00:00
10 lines
171 B
C#
10 lines
171 B
C#
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
|
|
{
|
|
enum CodeMemoryOperation : uint
|
|
{
|
|
Map,
|
|
MapToOwner,
|
|
Unmap,
|
|
UnmapFromOwner
|
|
};
|
|
} |