Gameini update.

Updates for Mario Smash Football, Medabots Infinity 4th Submission,
Super Mario Sunshine, Tom Clancy's Splinter Cell Double Agent, Sonic
Riders, Bigfoot - King of Crush, Turbo: Super Stunt Squad, Kid
Adventures Sky Captain, Toy Story 3.
Fixes issues 7868, 7799, 6586.
This commit is contained in:
Linktothepast 2014-11-22 22:32:44 +02:00
parent 73590b1323
commit 1115b80e86
18 changed files with 238 additions and 34 deletions

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs TLB Hack
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -21,7 +21,6 @@ EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -21,7 +21,6 @@ EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

View File

@ -16,10 +16,6 @@ EmulationIssues = Needs EFB to Ram and no texture filtering for the goo.
[ActionReplay]
# Add action replay cheats here.
$All Shines (not working)
045708E8 FFFFFFFF
045708EC FFFFFFFF
045708F0 FFFFFFFF
$Open all levels and nozzles (not working?)
04570958 FFFFFFFF
0457095C FFFFFFFF

View File

@ -2,11 +2,12 @@
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Requires MMUSH and ATC. Videos require real XFB.
EmulationStateId = 4
EmulationIssues = Videos require real XFB.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,15 +19,13 @@ EmulationIssues = Requires MMUSH and ATC. Videos require real XFB.
# Add action replay cheats here.
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View File

@ -2,11 +2,12 @@
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Requires MMUSH and ATC. Videos require real XFB.
EmulationStateId = 4
EmulationIssues = Videos require real XFB.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,15 +19,12 @@ EmulationIssues = Requires MMUSH and ATC. Videos require real XFB.
# Add action replay cheats here.
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View File

@ -1,12 +1,11 @@
# GXEE8P - SonicRiders
# GXEE8P - Sonic Riders
[Core]
# Values set here will override the main dolphin settings.
FastDiscSpeed = True
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Crashes after the third story mode race without speed up disk transfer.
EmulationIssues =
EmulationStateId = 4
[OnLoad]

View File

@ -1,12 +1,11 @@
# GXEJ8P - SonicRiders
# GXEJ8P - Sonic Riders
[Core]
# Values set here will override the main dolphin settings.
FastDiscSpeed = True
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Crashes after the third story mode race without speed up disk transfer.
EmulationIssues =
EmulationStateId = 4
[OnLoad]

View File

@ -1,12 +1,11 @@
# GXEP8P - SonicRiders
# GXEP8P - Sonic Riders
[Core]
# Values set here will override the main dolphin settings.
FastDiscSpeed = True
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Crashes after the third story mode race without speed up disk transfer.
EmulationIssues =
EmulationStateId = 4
[OnLoad]

View File

@ -0,0 +1,24 @@
# SKCE20 - Bigfoot - King of Crush
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -0,0 +1,24 @@
# SOSEG9 - Turbo: Super Stunt Squad
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -0,0 +1,24 @@
# SOSPAF - Turbo: Super Stunt Squad
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -0,0 +1,24 @@
# SSTEG9 - Kid Adventures Sky Captain
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -0,0 +1,24 @@
# STSE4Q - Toy Story 3
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
SafeTextureCacheColorSamples = 512

View File

@ -0,0 +1,24 @@
# STSP4Q - Toy Story 3
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
SafeTextureCacheColorSamples = 512

View File

@ -0,0 +1,24 @@
# STSX4Q - Toy Story 3
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
SafeTextureCacheColorSamples = 512

View File

@ -0,0 +1,24 @@
# STSY4Q - Toy Story 3
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
SafeTextureCacheColorSamples = 512

View File

@ -0,0 +1,24 @@
# STSZ4Q - Toy Story 3: Toy Box Special Edition
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
SafeTextureCacheColorSamples = 512