Merge pull request #3827 from JosJuice/broken-game-inis

Fix broken game INIs (comments starting in the middle of lines)
This commit is contained in:
Mat M 2016-05-13 21:31:12 -04:00
commit 2d9faa693e
5 changed files with 13 additions and 12 deletions

View File

@ -1,13 +1,13 @@
# R64E01, R64J01, R64K01, R64P01 - RVL Wii Music # R64E01, R64J01, R64K01, R64P01 - Wii Music
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
SyncGPU = True # Prevent CPU/GPU desync SyncGPU = True
[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 = Needs SyncGPU or single core to avoid CPU/GPU desyncs
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.

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 = 5 EmulationStateId = 5
EmulationIssues = Needs Efb to Ram for BBox (proper graphics). EmulationIssues = Needs Efb to Ram and BBox (proper graphics and functionality).
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
@ -18,5 +18,5 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
# Add action replay cheats here. # Add action replay cheats here.
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False # Fix transitions EFBToTextureEnable = False
BBoxEnable = True # Required for proper functionality BBoxEnable = True

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 = Disable anti-aliasing to avoid overbloom
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
@ -24,4 +24,4 @@ EFBEmulateFormatChanges = True
StereoConvergence = 613 StereoConvergence = 613
[Video_Settings] [Video_Settings]
MSAA = 0 # Avoid overbloom MSAA = 0

View File

@ -2,12 +2,12 @@
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
CPUThread = False # Display Mii faces correctly CPUThread = False
[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 = 5 EmulationStateId = 5
EmulationIssues = EmulationIssues = Dual core must be disabled to display Mii faces correctly
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.

View File

@ -1,11 +1,12 @@
# RZTE01, RZTJ01, RZTK01, RZTP01, RZTW01 - Wii Sports Resort # RZTE01, RZTJ01, RZTK01, RZTP01, RZTW01 - Wii Sports Resort
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
[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 = Needs real wiimote and motion plus. EmulationIssues = Needs real wiimote and motion plus. Proper aiming requires EFB Access from CPU.
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
@ -16,4 +17,4 @@ EmulationIssues = Needs real wiimote and motion plus.
[Video_Hacks] [Video_Hacks]
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True
EFBAccessEnable = True # Fix aiming EFBAccessEnable = True