mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
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.
This commit is contained in:
parent
67872cd2d1
commit
4e2b6e66e0
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
DCBZ = 1
|
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
@ -13,3 +12,7 @@ DCBZ = 1
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
ImmediateXFBEnable = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue