mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-05-01 08:17:51 +00:00
6 lines
140 B
C#
6 lines
140 B
C#
public static class AOptimizations
|
|
{
|
|
public static bool DisableMemoryChecks = false;
|
|
|
|
public static bool GenerateCallStack = true;
|
|
} |