Update for some well known games (Super Mario Galaxy 1 and 2, New Super Mario Bros). In the case on New super Mario Bros do not enforce and just suggest the usage of efb to ram with directx9 and opengl plugins, since it causes severe slowdowns that most pc's can't handle and in addition breaks directx11 plugin for this game entirely.

This commit is contained in:
kostamarino@hotmail.com 2010-12-15 18:25:38 +00:00
parent 3eaa4d4cbb
commit 3ceaaee203
12 changed files with 42 additions and 22 deletions

View File

@ -1,7 +1,10 @@
# RMGE01 - SUPER MARIO GALAXY
[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 =
EmulationStateId = 5
EmulationIssues = Needs "Enable CPU Access" to be able to grab the stars(r6584)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
[Gecko]

10
RMGJ01.ini Normal file
View File

@ -0,0 +1,10 @@
# RMGJ01 - SUPER MARIO GALAXY
[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 = 5
EmulationIssues = Needs "Enable CPU Access" to be able to grab the stars(r6584)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
[Gecko]

10
RMGK01.ini Normal file
View File

@ -0,0 +1,10 @@
# RMGK01 - SUPER MARIO GALAXY
[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 = 5
EmulationIssues = Needs "Enable CPU Access" to be able to grab the stars(r6584)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
[Gecko]

View File

@ -2,10 +2,9 @@
[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 = 5
EmulationIssues =
EmulationIssues = Needs "Enable CPU Access" to be able to grab the stars(r6584)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 50
ProjectionHack = 0
[Gecko]

View File

@ -2,7 +2,7 @@
[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 = Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen.(r6572)
EmulationIssues = Needs "Enable CPU Access" .Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen.(r6584)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]

View File

@ -2,9 +2,10 @@
[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 = Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen.(r6572)
EmulationIssues = Needs "Enable CPU Access" .Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen.(r6584)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 50
ProjectionHack = 0
[Gecko]

View File

@ -2,9 +2,10 @@
[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 = Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen.(r6572)
EmulationIssues = Needs "Enable CPU Access" .Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen.(r6584)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 50
ProjectionHack = 0
[Gecko]

View File

@ -1,8 +1,8 @@
# SMNE01 - New SUPER MARIO BROS. Wii
[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 = 5
EmulationIssues =
EmulationIssues = Enable EFB to RAM for the coins to spin for the Directx9 and Opengl plugin(it will cause a big slowdown)(r6584)
EmulationStateId = 4
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
$Infinite Lives
@ -32,4 +32,3 @@ $Infinite Stars
[Video]
FIFOWatermarkTightness = 50
SafeTextureCache = 1
EFBToTextureEnable = 0

View File

@ -1,13 +1,13 @@
# SMNJ01 - New SUPER MARIO BROS. Wii
[Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 5
EmulationIssues = Enable EFB to RAM for the coins to spin for the Directx9 and Opengl plugin(it will cause a big slowdown)(r6584)
EmulationStateId = 4
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 50
SafeTextureCache = 1
EFBToTextureEnable = 0
ProjectionHack = 0
[Gecko]

View File

@ -1,13 +1,12 @@
# SMNK01 - New SUPER MARIO BROS. Wii
[Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 5
EmulationIssues = Enable EFB to RAM for the coins to spin for the Directx9 and Opengl plugin(it will cause a big slowdown)(r6584)
EmulationStateId = 4
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 50
SafeTextureCache = 1
EFBToTextureEnable = 0
ProjectionHack = 0
[Gecko]

View File

@ -1,8 +1,8 @@
# SMNP01 - New SUPER MARIO BROS. Wii
[Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 5
EmulationIssues = Enable EFB to RAM for the coins to spin for the Directx9 and Opengl plugin (it will cause a big slowdown)(r6584)
EmulationStateId = 4
[OnFrame] Add memory patches to be applied every frame here.
+$Speed hack
0x801D5B10:dword:0x60000000
@ -17,6 +17,5 @@ $Freeze timer
[Video]
FIFOWatermarkTightness = 50
SafeTextureCache = 1
EFBToTextureEnable = 0
ProjectionHack = 0
[Gecko]

View File

@ -1,13 +1,12 @@
# SMNW01 - New SUPER MARIO BROS. Wii
[Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 5
EmulationIssues = Enable EFB to RAM for the coins to spin for the Directx9 and Opengl plugin(it will cause a big slowdown)(r6584)
EmulationStateId = 4
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 50
SafeTextureCache = 1
EFBToTextureEnable = 0
ProjectionHack = 0
[Gecko]