From 60db4c353099e8656a330ede03fdbe57a421fa47 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 2 Aug 2020 22:36:57 -0300 Subject: Implement a Macro JIT (#1445) * Implement a Macro JIT * Nit: space --- Ryujinx.Graphics.Gpu/GraphicsConfig.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/GraphicsConfig.cs') diff --git a/Ryujinx.Graphics.Gpu/GraphicsConfig.cs b/Ryujinx.Graphics.Gpu/GraphicsConfig.cs index 44b2b5e9..4d16628f 100644 --- a/Ryujinx.Graphics.Gpu/GraphicsConfig.cs +++ b/Ryujinx.Graphics.Gpu/GraphicsConfig.cs @@ -27,5 +27,10 @@ namespace Ryujinx.Graphics.Gpu /// This can avoid lower resolution on some games when GPU performance is poor. /// public static bool FastGpuTime = true; + + /// + /// Enables or disables the Just-in-Time compiler for GPU Macro code. + /// + public static bool EnableMacroJit = true; } } \ No newline at end of file -- cgit v1.2.3