summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorGravatar bunnei2020-06-04 11:40:52 -0400
committerGravatar GitHub2020-06-04 11:40:52 -0400
commit34d4abc4f9c264fb4dfc32b9b44aaeecaa4695a0 (patch)
tree95b864039ba58c858b0bb89c2eb6b56a25475d22 /src/yuzu_cmd/default_ini.h
parentMerge pull request #4039 from FearlessTobi/port-5376 (diff)
parentDefault init labels and use initializer list for macro engine (diff)
downloadyuzu-34d4abc4f9c264fb4dfc32b9b44aaeecaa4695a0.tar.gz
yuzu-34d4abc4f9c264fb4dfc32b9b44aaeecaa4695a0.tar.xz
yuzu-34d4abc4f9c264fb4dfc32b9b44aaeecaa4695a0.zip
Merge pull request #4009 from ogniK5377/macro-jit-prod
video_core: Implement Macro JIT
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index abc6e6e65..6f53e9659 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -291,6 +291,8 @@ quest_flag =
291# Determines whether or not JIT CPU optimizations are enabled 291# Determines whether or not JIT CPU optimizations are enabled
292# false: Optimizations Enabled, true: Optimizations Disabled 292# false: Optimizations Enabled, true: Optimizations Disabled
293disable_cpu_opt = 293disable_cpu_opt =
294# Enables/Disables the macro JIT compiler
295disable_macro_jit=false
294 296
295[WebService] 297[WebService]
296# Whether or not to enable telemetry 298# Whether or not to enable telemetry