1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-24 08:06:53 -06:00
gdkchan ba95ee54ab
Revert "Use source generated json serializers in order to improve code trimming ()" ()
This reverts commit 4ce4299ca2a6b11332f2341c69f40efd7205282f.
2023-03-21 20:14:46 -03:00

10 lines
171 B
C#

namespace Ryujinx.Common.Configuration
{
public enum MemoryManagerMode : byte
{
SoftwarePageTable,
HostMapped,
HostMappedUnsafe
}
}