Change Emustate and fix unused "hacks" to Revision 2001 of Dolphin.
This commit is contained in:
parent
836557ff44
commit
250276fdea
|
@ -3,10 +3,8 @@
|
|||
#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
|
||||
EmulationStateId = 1
|
||||
[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.
|
||||
|
|
13
GM4P01.ini
13
GM4P01.ini
|
@ -1,16 +1,17 @@
|
|||
# GM4P01 - Mario Kart: Double Dash!![EmuState]
|
||||
# GM4P01 - Mario Kart: Double Dash!!
|
||||
[EmuState]
|
||||
#The Emulation State.
|
||||
EmulationStateId = 4
|
||||
Issues="Going to next course may hang"
|
||||
[OnFrame]#Add memory patches here.
|
||||
[ActionReplay]#Add decrypted action replay cheats here.$(M)
|
||||
$
|
||||
[ActionReplay]#Add decrypted action replay cheats here.
|
||||
+$
|
||||
044C2F9A 98000000
|
||||
C41D289C 0000FF00
|
||||
$Start Last Forever
|
||||
044C2F9B 18000000
|
||||
802B0504 60000000
|
||||
$Extra Speed
|
||||
+$Extra Speed
|
||||
044C2F9C 18000000
|
||||
043DE3E0 468001CE
|
||||
042B176C C3E20000
|
||||
|
@ -31,7 +32,7 @@ $Enable Lap Timer (Dpad Down)
|
|||
$Infinite Mushrooms
|
||||
044CC62A 18000000
|
||||
042BCC20 480000EC
|
||||
$Double Mushroom Boosts
|
||||
+$Double Mushroom Boosts
|
||||
044CC62B 18000000
|
||||
042AD3C8 380000A0
|
||||
$All Races: 1 Lap
|
||||
|
@ -138,5 +139,3 @@ $Increased Nintendo Blur
|
|||
$Goraud Shading
|
||||
044CC633 18000000
|
||||
040A9714 4E800020
|
||||
[EmuState]
|
||||
EmulationStateId = 4
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# GWRP01 - WAVE RACE / BLUE STORM
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
TLBHack=1
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 3
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
# GZ3E70 - Dragon Ball Z 2
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
TLBHack=1
|
||||
Patch Region=0x7ffaad5c
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 1
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
0x8019d3d8=word:0x00000000
|
||||
[ActionReplay]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# RDXP18 - SPORTS ISLAND
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
Patch Region=0xa801000c
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 3
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# RIBPKM - Igor:The Game
|
||||
[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 = 1
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# RJ3P7J - Jeep® Thrills
|
||||
[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 = 1
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
|
|
Loading…
Reference in New Issue