mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-10 05:06:17 +01:00
9 lines
171 B
C#
9 lines
171 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum MemoryManagerMode : byte
|
|
{
|
|
SoftwarePageTable,
|
|
HostMapped,
|
|
HostMappedUnsafe
|
|
}
|
|
}
|