mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 23:40:53 -05:00
10 lines
171 B
C#
10 lines
171 B
C#
namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
|
|
{
|
|
enum CodeMemoryOperation : uint
|
|
{
|
|
Map,
|
|
MapToOwner,
|
|
Unmap,
|
|
UnmapFromOwner
|
|
};
|
|
} |