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]
|
[EmuState]
|
||||||
#The Emulation State.
|
#The Emulation State.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 5
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
#0x8044CD30=dword:0xFFFFFFFF
|
#0x8044CD30=dword:0xFFFFFFFF
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
|
@ -94,4 +94,6 @@ $Yoshi's story level
|
||||||
044C7FC4 00001B02
|
044C7FC4 00001B02
|
||||||
$Dusk jungle level
|
$Dusk jungle level
|
||||||
044C7FC4 00001C02
|
044C7FC4 00001C02
|
||||||
|
$Debug Menu
|
||||||
|
024C7BC4 00000602
|
||||||
[Core]
|
[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]
|
19
GFEP01.ini
19
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]
|
[EmuState]
|
||||||
#The Emulation State.
|
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 5
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
#Add memory patches here.
|
[ActionReplay]
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
#Add decrypted action replay cheats here.
|
|
||||||
|
|
Loading…
Reference in New Issue