diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/GraphicsConfig.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/GraphicsConfig.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/GraphicsConfig.cs b/Ryujinx.Graphics.Gpu/GraphicsConfig.cs index 7ef102e2..d58b8da7 100644 --- a/Ryujinx.Graphics.Gpu/GraphicsConfig.cs +++ b/Ryujinx.Graphics.Gpu/GraphicsConfig.cs @@ -34,6 +34,11 @@ namespace Ryujinx.Graphics.Gpu public static bool EnableMacroJit = true; /// <summary> + /// Enables or disables high-level emulation of common GPU Macro code. + /// </summary> + public static bool EnableMacroHLE = true; + + /// <summary> /// Title id of the current running game. /// Used by the shader cache. /// </summary> |