Update game inis that need 'Immediate Mode' disabled due to having extra/incomplete frames in XFB. Also add new game inis: disable 'Immediate Mode' on Mushroom Men which needs XFB timing for its videos and disable 'Immediate Mode' on Go Vacation which also has extra/incomplete frames in some minigames.
This commit is contained in:
parent
65418a76f5
commit
725d14e4c6
|
@ -20,6 +20,7 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
|
|||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
BBoxEnable = True
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 545
|
||||
|
|
|
@ -20,3 +20,5 @@ EmulationIssues =
|
|||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
|
|
@ -17,3 +17,6 @@ EmulationIssues =
|
|||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
|
@ -19,4 +19,4 @@ EmulationIssues = Disable PAL60 (EuRGB60) to avoid a black bar appearing.
|
|||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
ImmediateXFBEnable = False
|
||||
|
|
|
@ -17,3 +17,6 @@ EmulationIssues =
|
|||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
|
|
@ -17,3 +17,5 @@ EmulationIssues = Nunchuk doesn't work (both real and emulated).
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
# RM9PGM, RM9EGM - Mushroom Men: The Spore Wars
|
||||
|
||||
[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 =
|
||||
|
||||
[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]
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
|
@ -0,0 +1,21 @@
|
|||
# SGVEAF, SGVPAF - Go Vacation
|
||||
|
||||
[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 =
|
||||
|
||||
[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_Hacks]
|
||||
ImmediateXFBEnable = False
|
Loading…
Reference in New Issue