mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-19 05:36:29 +02:00
9 lines
171 B
C#
9 lines
171 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum MemoryManagerMode : byte
|
|
{
|
|
SoftwarePageTable,
|
|
HostMapped,
|
|
HostMappedUnsafe
|
|
}
|
|
}
|