mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 04:37:42 +02: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;
|
|
} |