diff options
author | bunnei <bunneidev@gmail.com> | 2020-06-04 11:40:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 11:40:52 -0400 |
commit | 34d4abc4f9c264fb4dfc32b9b44aaeecaa4695a0 (patch) | |
tree | 95b864039ba58c858b0bb89c2eb6b56a25475d22 /src/yuzu_cmd/default_ini.h | |
parent | 1b64fae912396ebdd79714eaa6d5d141eb942fa0 (diff) | |
parent | eca3d16e548451f403cc4cc2e9fb38ed96693102 (diff) |
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.h | 2 |
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 = # Determines whether or not JIT CPU optimizations are enabled # false: Optimizations Enabled, true: Optimizations Disabled disable_cpu_opt = +# Enables/Disables the macro JIT compiler +disable_macro_jit=false [WebService] # Whether or not to enable telemetry |