mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-14 14:49:12 +00:00
6 lines
No EOL
140 B
C#
6 lines
No EOL
140 B
C#
public static class AOptimizations
|
|
{
|
|
public static bool DisableMemoryChecks = false;
|
|
|
|
public static bool GenerateCallStack = true;
|
|
} |