From be23da8686a510c6c7cef9ba089bbacc187df5f5 Mon Sep 17 00:00:00 2001 From: "sl1nk3.s" Date: Mon, 24 Aug 2009 03:52:31 +0000 Subject: [PATCH] Enable accurate fcmp for paper mario games --- G8ME01.ini | 6 +++++- G8MP01.ini | 1 + R8PE01.ini | 7 +++++++ R8PP01.ini | 1 + 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 R8PE01.ini diff --git a/G8ME01.ini b/G8ME01.ini index c7a8856723..de1489957d 100644 --- a/G8ME01.ini +++ b/G8ME01.ini @@ -1,10 +1,14 @@ # G8ME01 - Paper Mario [Core] +AccurateFCMP = 1 [Speedhacks] 0x8029ccf4=600 #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] [ActionReplay] +[Video] +ProjectionHack = -1 diff --git a/G8MP01.ini b/G8MP01.ini index d007eb44ae..95e7dee58d 100644 --- a/G8MP01.ini +++ b/G8MP01.ini @@ -1,5 +1,6 @@ # G8MP01 - 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. diff --git a/R8PE01.ini b/R8PE01.ini new file mode 100644 index 0000000000..38890e42c8 --- /dev/null +++ b/R8PE01.ini @@ -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. diff --git a/R8PP01.ini b/R8PP01.ini index 6fcbfcf894..38890e42c8 100644 --- a/R8PP01.ini +++ b/R8PP01.ini @@ -1,5 +1,6 @@ # 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.