From 4e2b6e66e09d89f0e96b0ea50aea0e1828b9b7e2 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Fri, 20 Jul 2018 03:14:53 -0400 Subject: [PATCH] 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. --- Data/Sys/GameSettings/WZI.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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