diff options
author | Mat M <mathew1800@gmail.com> | 2020-04-20 14:19:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 14:19:18 -0400 |
commit | 200f69d2ffa11bb902c2d9cabb49027f4781fe11 (patch) | |
tree | 028ddae62e98d6498ecd9363f020717cf22b05ea /src/yuzu_cmd/default_ini.h | |
parent | fe2173429a678a497207deb5849438ed7bccbc35 (diff) | |
parent | a3a12deecca6c2c9d980d76c44f54f27a78513b4 (diff) |
Merge pull request #3739 from MerryMage/disable_cpu_opt
dynarmic: Add option to disable CPU JIT optimizations
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index d63d7a58e..171d16fa0 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -280,6 +280,9 @@ dump_nso=false # Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode # false: Retail/Normal Mode (default), true: Kiosk Mode quest_flag = +# Determines whether or not JIT CPU optimizations are enabled +# false: Optimizations Enabled, true: Optimizations Disabled +disable_cpu_opt = [WebService] # Whether or not to enable telemetry |