From b149b0a14374b5ee59f2930f313ded1931650915 Mon Sep 17 00:00:00 2001 From: Chris Burgener Date: Wed, 1 Jun 2016 21:36:09 -0400 Subject: [PATCH] Force Skip EFB Access from CPU off for Pikmin Wii --- Data/Sys/GameSettings/R9I.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/R9I.ini b/Data/Sys/GameSettings/R9I.ini index 6645768c65..3c48dfc6a0 100644 --- a/Data/Sys/GameSettings/R9I.ini +++ b/Data/Sys/GameSettings/R9I.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = Requires Skip EFB Access from CPU disabled to zoom properly [OnLoad] # Add memory patches to be loaded once on boot here. @@ -17,3 +17,5 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +EFBAccessEnable = True \ No newline at end of file