mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-15 10:37:04 +00:00
9 lines
171 B
C#
9 lines
171 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum MemoryManagerMode : byte
|
|
{
|
|
SoftwarePageTable,
|
|
HostMapped,
|
|
HostMappedUnsafe
|
|
}
|
|
}
|