Added recommended settings
This commit is contained in:
parent
e4759bcbcb
commit
290204e65c
|
@ -0,0 +1,22 @@
|
|||
# GLGP41 - Largo Winch
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Needs real xfb for the videos to work.
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = True
|
|
@ -1,4 +1,4 @@
|
|||
# NANE01 - Pokémon Puzzle
|
||||
# NANE01 - Pokemon Puzzle
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
@ -6,7 +6,7 @@
|
|||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Timer bug
|
||||
EmulationIssues =
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
SyncGPU = True # Prevent CPU/GPU desync
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
|
|
|
@ -18,7 +18,5 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Hacks]
|
||||
BBoxEnable = True
|
||||
EFBToTextureEnable = False # Fix transitions
|
||||
BBoxEnable = True # Required for proper functionality
|
||||
|
|
|
@ -22,3 +22,6 @@ EFBEmulateFormatChanges = True
|
|||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 613
|
||||
|
||||
[Video_Settings]
|
||||
MSAA = 0 # Avoid overbloom
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
CPUThread = False # Display Mii faces correctly
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues =
|
||||
EmulationIssues = Pattern editor requires force filtering disabled and safe texture cache
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
|
|
@ -1,13 +1,19 @@
|
|||
# RZTE01, RZTJ01, RZTK01, RZTP01, RZTW01 - Wii Sports Resort
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Needs real wiimote and motion plus.
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
|
||||
[ActionReplay]
|
||||
|
||||
[Video_Hacks]
|
||||
EFBEmulateFormatChanges = True
|
||||
EFBAccessEnable = True # Fix aiming
|
||||
|
|
Loading…
Reference in New Issue