diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-25 23:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 23:34:37 +0200 |
commit | 0f4512291a0504b32fac248f73a68fec34f657fe (patch) | |
tree | 3c69736a2ac82a9a0076ec3b79673c814e5f1abd /src/yuzu/configuration/configure_debug.ui | |
parent | a46df409397855812812e83ae3ed6ce6261b72cb (diff) | |
parent | a980b4cbc16cf1efad077053e1bf2bbb53c3d60a (diff) |
Merge branch 'master' into quickstart-faq
Diffstat (limited to 'src/yuzu/configuration/configure_debug.ui')
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index e0d4c4a44..46f0208c6 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -148,6 +148,19 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="disable_macro_jit"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="whatsThis"> + <string>When checked, it disables the macro Just In Time compiler. Enabled this makes games run slower</string> + </property> + <property name="text"> + <string>Disable Macro JIT</string> + </property> + </widget> + </item> </layout> </widget> </item> |