added/changed some ini's and added some codes to the Smash ini
thx to Vaporizer8
This commit is contained in:
parent
ba81f0fba2
commit
ad38602d35
|
@ -1,6 +1,6 @@
|
|||
[EmuState]
|
||||
#The Emulation State.
|
||||
EmulationStateId = 4
|
||||
EmulationStateId = 5
|
||||
[OnFrame]
|
||||
#0x8044CD30=dword:0xFFFFFFFF
|
||||
[ActionReplay]
|
||||
|
@ -94,4 +94,6 @@ $Yoshi's story level
|
|||
044C7FC4 00001B02
|
||||
$Dusk jungle level
|
||||
044C7FC4 00001C02
|
||||
$Debug Menu
|
||||
024C7BC4 00000602
|
||||
[Core]
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# GFEJ01 - FIRE EMBLEM GC JAP
|
||||
[Core]
|
||||
#Values set here will override the main dolphin settings.
|
||||
[Speedhacks]
|
||||
0x80204ce8=500
|
||||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 3
|
||||
[OnFrame]
|
||||
[ActionReplay]
|
15
GFEP01.ini
15
GFEP01.ini
|
@ -1,10 +1,11 @@
|
|||
# GFEP01 - Fire Emblem: Path of Radiance
|
||||
|
||||
# GFEE01 - FIRE EMBLEM GC EU
|
||||
[Core]
|
||||
#Values set here will override the main dolphin settings.
|
||||
SkipIdle = 0
|
||||
[Speedhacks]
|
||||
0x80213278=500
|
||||
[EmuState]
|
||||
#The Emulation State.
|
||||
EmulationStateId = 2
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 5
|
||||
[OnFrame]
|
||||
#Add memory patches here.
|
||||
|
||||
[ActionReplay]
|
||||
#Add decrypted action replay cheats here.
|
||||
|
|
Loading…
Reference in New Issue