Merge pull request #3875 from RisingFog/pikmin_wii_ini

Force Skip EFB Access from CPU off for Pikmin Wii
This commit is contained in:
Markus Wick 2016-06-03 00:51:23 +02:00
commit a9931e609f
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = EmulationIssues = Requires Skip EFB Access from CPU disabled to zoom properly
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
@ -17,3 +17,5 @@ EmulationIssues =
[ActionReplay] [ActionReplay]
# Add action replay cheats here. # Add action replay cheats here.
[Video_Hacks]
EFBAccessEnable = True