mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-02 22:56:19 +01: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;
|
|
} |