mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -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
|
||||
|
Reference in New Issue
Block a user