diff options
| author | JMC47 <JMC4789@gmail.com> | 2018-07-20 03:14:53 -0400 |
|---|---|---|
| committer | JMC47 <JMC4789@gmail.com> | 2018-07-20 03:14:53 -0400 |
| commit | 4e2b6e66e09d89f0e96b0ea50aea0e1828b9b7e2 (patch) | |
| tree | 526f729327f1eadd720ffc701870755a401a7c81 /Data/Sys | |
| parent | 67872cd2d1e141ab3f666ceff45c5c27fea0a53d (diff) | |
Update INI for Rubik's Rush
Skip DCBZ was breaking a lot of 2D graphics for no reason and
Immediately Present XFB copies causes output issues.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/WZI.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Data/Sys/GameSettings/WZI.ini b/Data/Sys/GameSettings/WZI.ini index 202e5d421a..a6ace2bfd5 100644 --- a/Data/Sys/GameSettings/WZI.ini +++ b/Data/Sys/GameSettings/WZI.ini @@ -2,7 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -DCBZ = 1 [OnLoad] # Add memory patches to be loaded once on boot here. @@ -13,3 +12,7 @@ DCBZ = 1 [ActionReplay] # Add action replay cheats here. +[Video_Settings] + +[Video_Hacks] +ImmediateXFBEnable = False |
