mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-06 17:49:43 +00:00
9 lines
171 B
C#
9 lines
171 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum MemoryManagerMode : byte
|
|
{
|
|
SoftwarePageTable,
|
|
HostMapped,
|
|
HostMappedUnsafe
|
|
}
|
|
}
|