dynarmic: Add option to disable CPU JIT optimizations

This commit is contained in:
MerryMage 2020-04-20 13:34:29 +01:00
parent 2ea7a70da0
commit a3a12deecc
8 changed files with 27 additions and 3 deletions

View file

@ -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