Compatibility update as of Dolphin r6500.

Thanks to Link_to_the_past (Gameconfigv008)
http://forums.dolphin-emulator.com/showthread.php?tid=12928
This commit is contained in:
skidau
2010-12-11 01:20:43 +00:00
parent 5f2d4d2bc0
commit 108be590ac
240 changed files with 2022 additions and 163 deletions
+11
View File
@@ -0,0 +1,11 @@
# D43U01 - ZELDA OCARINA MULTI PACK
[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 =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
[Gecko]
+8 -42
View File
@@ -1,12 +1,12 @@
# G2ME01 - Metroid Prime 2 Echoes
[EmuState]
#The Emulation State.
EmulationStateId = 2
EmulationStateId = 4
Issues="Scanner does not work, music is buggy, scanner mode is buggy"
EmulationIssues =
[Speedhacks]
0x803758bc=400
[OnFrame]
#Add memory patches here.
[ActionReplay]
$(M)
C4354E70 0000FF01
@@ -15,159 +15,125 @@ C436F000 0000FF02
C530294C 0000FF03
0441FD80 00000000
C6004010 000000FF
$This Code Must Be On!
043BC410 906D0000
043BC414 88030004
043BC418 4BC5C1F4
04018608 483A3E08
$Infinite Health
4241FD80 000A44BB
4241FD80 000B6000
$Max Energy Tanks
4241FD80 012B000E
4241FD80 012D000E
$Maximum Missiles
4241FD80 013900FA
$Infinite Missiles
4241FD80 013700FA
$Have Charge Beam
4241FD80 00310001
4241FD80 00330001
$Have Dark Beam
4241FD80 0037000F
4241FD80 0039000F
$Have Light Beam
4241FD80 003D000F
4241FD80 003F000F
$Have Annihilator
4241FD80 0043000F
4241FD80 0045000F
$Have Super Missile
4241FD80 00470001
4241FD80 00490001
$Have Darkburst
4241FD80 004D0001
4241FD80 004F0001
$Have Sunburst
4241FD80 00530001
4241FD80 00550001
$Have Sonic Boom
4241FD80 00590001
4241FD80 005B0001
$Have Combat Visor
4241FD80 005F0001
4241FD80 00610001
$Have Scan Visor
4241FD80 00650001
4241FD80 00670001
$Have Dark Visor
4241FD80 006B0001
4241FD80 006D0001
$Have Echo Visor
4241FD80 00710001
4241FD80 00730001
$Have Varia Suit
4241FD80 00770001
4241FD80 00790001
$Have Dark Suit
4241FD80 007D0001
4241FD80 007F0001
$Have Light Suit
4241FD80 00830001
4241FD80 00850001
$Have Space Jump Boots
4241FD80 00BF0001
4241FD80 00C10001
$Have Grapple Beam
4241FD80 00B90001
4241FD80 00BB0001
$Have Gravity Boost
4241FD80 00C50001
4241FD80 00C70001
$Have Screw Attack
4241FD80 00D10001
4241FD80 00D30001
$Have Seeker Missile
4241FD80 00CB0001
4241FD80 00CD0001
$Have Morph Ball Power Bomb
4241FD80 01310001
4241FD80 01330001
$Have Beam Ammo Expansion
4241FD80 013D000F
4241FD80 013F000F
$Have Sky Temple Key 1
4241FD80 00DD0001
4241FD80 00DF0001
$Have Sky Temple Key 2
4241FD80 00E30001
4241FD80 00E50001
$Have Sky Temple Key 3
4241FD80 00E90001
4241FD80 00EB0001
$Have Agon Temple Key 1
4241FD80 00EF0001
4241FD80 00F10001
$Have Agon Temple Key 2
4241FD80 00F50001
4241FD80 00F70001
$Have Agon Temple Key 3
4241FD80 00FB0001
4241FD80 00FD0001
$Have Torvus Temple Key 1
4241FD80 01010001
4241FD80 01030001
$Have Torvus Temple Key 2
4241FD80 01070001
4241FD80 01090001
$Have Torvus Temple Key 3
4241FD80 010D0001
4241FD80 010F0001
$Have Ing Hive Temple Key 1
4241FD80 01130001
4241FD80 01150001
$Have Ing Hive Temple Key 2
4241FD80 01190001
4241FD80 011B0001
$Have Ing Hive Temple Key 3
4241FD80 011F0001
4241FD80 01210001
[Video]
SafeTextureCache = 1
FIFOWatermarkTightness = 50
ProjectionHack = 0
EFBToTextureEnable = 0
[Gecko]
+11
View File
@@ -0,0 +1,11 @@
# G2VE08 - Viewtiful Joe 2
[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 = 0
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
[Gecko]
+11
View File
@@ -0,0 +1,11 @@
# G3EE51 - Extreme G3
[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 = 1
EmulationIssues = Black screen. Use an older rev for the game to work like r4727 (r6521 tested)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
[Gecko]
+8 -4
View File
@@ -2,9 +2,13 @@
[EmuState]
[EmuState]
#The Emulation State.
EmulationStateId = 3
EmulationStateId = 1
[OnFrame]
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
#Add memory patches here.
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
+3
View File
@@ -29,3 +29,6 @@ $Have All Milestone Trophies
03535D56 000003E8
03535D4E 00000064
[Video]
FIFOWatermarkTightness = 50
ProjectionHack = 0
[Gecko]
+12
View File
@@ -0,0 +1,12 @@
# G4SE01 - The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE
[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 = 0
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
SafeTextureCache = 1
ProjectionHack = 0
FIFOWatermarkTightness = 300
[Gecko]
+5
View File
@@ -2,5 +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 =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 200
ProjectionHack = 0
[Gecko]
+2
View File
@@ -14,3 +14,5 @@ $Invincible
04338650 00000001
$Infinite Time
0752E978 08000000
[Video]
FIFOWatermarkTightness = 200
+7 -1
View File
@@ -1,6 +1,12 @@
# G9SE8P - SONIC HEROES
[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
EmulationStateId = 4
EmulationIssues = Use directx11 plugin set at 1x efb scale to deal with black textures. Safe texture cache to "safe" for some garbled text(r6479)
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
SafeTextureCache = 1
[Gecko]
+6
View File
@@ -2,6 +2,7 @@
[EmuState]
#The Emulation State (as of r1027)
EmulationStateId = 4
EmulationIssues =
[OnFrame]
[ActionReplay]
$(M) (Datel)
@@ -307,3 +308,8 @@ $NES Super Mario Bros. - Freeze Timer (donny2112)
$NES Wario's Woods - Infinite Credits (donny2112)
01523E93 08000000
0165E60B 00000009
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
SafeTextureCache = 1
[Gecko]
+6 -1
View File
@@ -1,6 +1,11 @@
# GBGP7D - Bomberman Generation
[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 = 2
EmulationStateId = 4
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
[Gecko]
+2 -2
View File
@@ -1,7 +1,7 @@
# GBME7F - BATMAN: DARK TOMORROW
[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 = 1
Issues="Can't run Nothing"
EmulationStateId = 4
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
+11
View File
@@ -0,0 +1,11 @@
# GBMP7F - BATMAN: DARK TOMORROW
[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 =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
[Gecko]
+6
View File
@@ -5,6 +5,7 @@
#The Emulation State. 1 is worst, 5 is best, 0 is not set. Last validated on r1697;
#gets to menu only. Note codes not tested in emulator.
EmulationStateId = 2
EmulationIssues =
[OnFrame]
[ActionReplay]
$(M)
@@ -290,3 +291,8 @@ $Single Player ITEM SLOT 4 CONTAINS Taterskin Coat
$Single Player ITEM SLOT 4 CONTAINS Coat
04EC5A36 08000000
0221F32C 00000056
[Video]
FIFOWatermarkTightness = 50
SafeTextureCache = 1
ProjectionHack = 0
[Gecko]
+2
View File
@@ -4,3 +4,5 @@
EmulationStateId = 3
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
SafeTextureCache = 1
+4
View File
@@ -5,3 +5,7 @@ EmulationStateId = 2
EmulationIssues = Bad transparencies
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
[Gecko]
+9
View File
@@ -0,0 +1,9 @@
# GCTP51 - Crazy Taxi
[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 =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
FIFOWatermarkTightness = 50
[Gecko]
+6 -2
View File
@@ -1,7 +1,11 @@
# GDIE7D - Die Hard Vendetta
[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 = 1
EmulationIssues = Dolphin crash
EmulationStateId = 4
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
FIFOWatermarkTightness = 50
[Gecko]
+1 -1
View File
@@ -1,7 +1,7 @@
# GDIP7D - Die Hard Vendetta
[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 = 3
EmulationStateId = 4
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.

Some files were not shown because too many files have changed in this diff Show More