Enable accurate fcmp for paper mario games
This commit is contained in:
parent
ce742d90fd
commit
be23da8686
|
@ -1,10 +1,14 @@
|
||||||
# G8ME01 - Paper Mario
|
# G8ME01 - Paper Mario
|
||||||
[Core]
|
[Core]
|
||||||
|
AccurateFCMP = 1
|
||||||
[Speedhacks]
|
[Speedhacks]
|
||||||
0x8029ccf4=600
|
0x8029ccf4=600
|
||||||
#Values set here will override the main dolphin settings.
|
#Values set here will override the main dolphin settings.
|
||||||
[EmuState]
|
[EmuState]
|
||||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
|
EmulationIssues =
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = -1
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# G8MP01 - Paper Mario
|
# G8MP01 - Paper Mario
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
|
AccurateFCMP = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# R8PP01 - SUPER PAPER MARIO
|
||||||
|
[Core] Values set here will override the main dolphin settings.
|
||||||
|
AccurateFCMP = 1
|
||||||
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
EmulationStateId = 4
|
||||||
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
[ActionReplay] Add action replay cheats here.
|
|
@ -1,5 +1,6 @@
|
||||||
# R8PP01 - SUPER PAPER MARIO
|
# R8PP01 - SUPER PAPER MARIO
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
|
AccurateFCMP = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
|
Loading…
Reference in New Issue