From 4a1a9af7cf7b3a584a93d5e7d66c7b9eaa7a87e9 Mon Sep 17 00:00:00 2001 From: "kostamarino@hotmail.com" Date: Thu, 23 Dec 2010 18:29:54 +0000 Subject: [PATCH] Some Gamecube love. Thanks to the info in this thread by StripTheSoul: http://forums.dolphin-emulator.com/showthread.php?tid=5799 A couple of Wii updates too. --- GAVE78.ini | 6 ++++++ GBWE64.ini | 11 +++++++++++ GFTE01.ini | 10 ++++++++++ GH2E69.ini | 11 +++++++++++ GHCE4Q.ini | 9 ++++++--- GHCF4Q.ini | 11 +++++++++++ GISE36.ini | 11 +++++++++++ GISP36.ini | 7 ++++++- GJWE78.ini | 6 +++++- GK5E78.ini | 12 ++++++++++++ GKOE70.ini | 9 +++++++-- GKOP70.ini | 12 ++++++++++++ GLWE51.ini | 10 ++++++++++ GM6EE9.ini | 4 ++++ GP2E82.ini | 11 +++++++++++ GP2EAF.ini | 11 +++++++++++ GQTE4Q.ini | 9 +++++++-- GRKE41.ini | 12 ++++++++++++ GW7E69.ini | 6 +++++- RBHE08.ini | 6 +++++- RBHJ08.ini | 11 +++++++++++ RBHP08.ini | 11 +++++++++++ RFEE01.ini | 3 +-- RFEJ01.ini | 12 ++++++++++++ RFEP01.ini | 18 +++++++++++------- WAYETJ.ini | 10 ++++++++++ 26 files changed, 229 insertions(+), 20 deletions(-) create mode 100644 GBWE64.ini create mode 100644 GFTE01.ini create mode 100644 GH2E69.ini create mode 100644 GHCF4Q.ini create mode 100644 GISE36.ini create mode 100644 GK5E78.ini create mode 100644 GKOP70.ini create mode 100644 GLWE51.ini create mode 100644 GP2E82.ini create mode 100644 GP2EAF.ini create mode 100644 GRKE41.ini create mode 100644 RBHJ08.ini create mode 100644 RBHP08.ini create mode 100644 RFEJ01.ini create mode 100644 WAYETJ.ini diff --git a/GAVE78.ini b/GAVE78.ini index 5b9b8a3497..5e1179c5a5 100644 --- a/GAVE78.ini +++ b/GAVE78.ini @@ -1,6 +1,12 @@ # GAVE78 - Avatar 06 [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 = 1 +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[Gecko] diff --git a/GBWE64.ini b/GBWE64.ini new file mode 100644 index 0000000000..269dfd7254 --- /dev/null +++ b/GBWE64.ini @@ -0,0 +1,11 @@ +# GBWE64 - Star Wars Bounty Hunter +[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 = 0 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GFTE01.ini b/GFTE01.ini new file mode 100644 index 0000000000..59f73fcd27 --- /dev/null +++ b/GFTE01.ini @@ -0,0 +1,10 @@ +# GFTE01 - MarioGolf Toadstool Tour +[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 = 0 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GH2E69.ini b/GH2E69.ini new file mode 100644 index 0000000000..6ab262c3ef --- /dev/null +++ b/GH2E69.ini @@ -0,0 +1,11 @@ +# GH2E69 - NFS: HP2 +[Core] Values set here will override the main dolphin settings. +MMU = 1 +[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Intro videos are messed up, skip them. Game is slow (r6651) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GHCE4Q.ini b/GHCE4Q.ini index 57fca4a0c1..13084ec720 100644 --- a/GHCE4Q.ini +++ b/GHCE4Q.ini @@ -1,8 +1,11 @@ # GHCE4Q - Chicken Little [Core] Values set here will override the main dolphin settings. -TLBHack = 1 +MMU = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 1 -EmulationIssues = Crash afther memorycard check +EmulationStateId = 4 +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GHCF4Q.ini b/GHCF4Q.ini new file mode 100644 index 0000000000..c66b3280af --- /dev/null +++ b/GHCF4Q.ini @@ -0,0 +1,11 @@ +# GHCF4Q - Chicken Little +[Core] Values set here will override the main dolphin settings. +MMU = 1 +[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GISE36.ini b/GISE36.ini new file mode 100644 index 0000000000..8e816c0c25 --- /dev/null +++ b/GISE36.ini @@ -0,0 +1,11 @@ +# GISE36 - Second Sight +[Core] Values set here will override the main dolphin settings. +MMU = 1 +[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GISP36.ini b/GISP36.ini index 94bac67af9..98d2741464 100644 --- a/GISP36.ini +++ b/GISP36.ini @@ -1,6 +1,11 @@ # GISP36 - Second Sight [Core] Values set here will override the main dolphin settings. +MMU = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 2 +EmulationStateId = 4 +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GJWE78.ini b/GJWE78.ini index 77383d02b3..fa54e419c4 100644 --- a/GJWE78.ini +++ b/GJWE78.ini @@ -1,8 +1,9 @@ # GJWE78 - Tak: The Great Juju Challenge [Core] Values set here will override the main dolphin settings. -TLBHack = 1 +MMU = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = +EmulationStateId = 4 [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. $Master Code @@ -23,3 +24,6 @@ $Infinite Red Crystals 0444C428 4479C000 $Infinite Green Fruit 0444C434 4479C000 +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GK5E78.ini b/GK5E78.ini new file mode 100644 index 0000000000..b20322cc3c --- /dev/null +++ b/GK5E78.ini @@ -0,0 +1,12 @@ +# GK5E78 - Monster House +[Core] Values set here will override the main dolphin settings. +MMU = 1 +[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[Gecko] diff --git a/GKOE70.ini b/GKOE70.ini index eb5d008f25..07ff098092 100644 --- a/GKOE70.ini +++ b/GKOE70.ini @@ -1,7 +1,12 @@ # GKOE70 - Kao the kangaroo [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 = 2 -EmulationIssues = Buttons don't react for some reason +EmulationStateId = 4 +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[Gecko] diff --git a/GKOP70.ini b/GKOP70.ini new file mode 100644 index 0000000000..550715dd87 --- /dev/null +++ b/GKOP70.ini @@ -0,0 +1,12 @@ +# GKOP70 - Kao the kangaroo +[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 = 4 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[Gecko] diff --git a/GLWE51.ini b/GLWE51.ini new file mode 100644 index 0000000000..61fc569bb7 --- /dev/null +++ b/GLWE51.ini @@ -0,0 +1,10 @@ +# GLWE51 - Legends of Wrestling +[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 = 0 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GM6EE9.ini b/GM6EE9.ini index 9766c983b7..255e6b6630 100644 --- a/GM6EE9.ini +++ b/GM6EE9.ini @@ -5,3 +5,7 @@ EmulationStateId = 4 EmulationIssues = Only in Interpreter(Very slow) Or Savestate(Slow) Bad sound [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +SafeTextureCache = 1 +ProjectionHack = 0 +[Gecko] diff --git a/GP2E82.ini b/GP2E82.ini new file mode 100644 index 0000000000..d0c96e61e1 --- /dev/null +++ b/GP2E82.ini @@ -0,0 +1,11 @@ +# GP2E82 - Pac-Man World 2 +[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 = 4 +EmulationIssues = Needs Real xfb for the videos to show up(r6651) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +UseXFB = 1 +[Gecko] diff --git a/GP2EAF.ini b/GP2EAF.ini new file mode 100644 index 0000000000..1aba9a9486 --- /dev/null +++ b/GP2EAF.ini @@ -0,0 +1,11 @@ +# GP2EAF - Pac-Man World 2 +[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 = 4 +EmulationIssues = Needs Real xfb for the videos to show up(r6651) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +UseXFB = 1 +[Gecko] diff --git a/GQTE4Q.ini b/GQTE4Q.ini index d75e1b48a1..1fc5effe4b 100644 --- a/GQTE4Q.ini +++ b/GQTE4Q.ini @@ -1,7 +1,12 @@ # GQTE4Q - Meet the Robinsons [Core] Values set here will override the main dolphin settings. +MMU = 1 +TLBHack = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Black screen -EmulationStateId = 1 +EmulationIssues = +EmulationStateId = 4 [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GRKE41.ini b/GRKE41.ini new file mode 100644 index 0000000000..0d4b01e1d5 --- /dev/null +++ b/GRKE41.ini @@ -0,0 +1,12 @@ +# GRKE41 - Rocky +[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 = 4 +EmulationIssues = Use Directx11 plugin (r6651) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +SafeTextureCache = 1 +ProjectionHack = 0 +UseXFB = 1 +[Gecko] diff --git a/GW7E69.ini b/GW7E69.ini index 10ed5000cd..5aaeee0345 100644 --- a/GW7E69.ini +++ b/GW7E69.ini @@ -1,6 +1,10 @@ # GW7E69 - 007: Agent Under Fire (tm) [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 = 1 +EmulationStateId = 4 +EmulationIssues = Intro videos are messed up, skip them (r6651) [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/RBHE08.ini b/RBHE08.ini index 630c1b943f..e8cd0c2b26 100644 --- a/RBHE08.ini +++ b/RBHE08.ini @@ -1,7 +1,11 @@ -# RBHE08 - biohazard0 +# RBHE08 - Resident Evil Archives: Resident Evil Zero [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 = 5 EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +DlistCachingEnable = 0 +[Gecko] diff --git a/RBHJ08.ini b/RBHJ08.ini new file mode 100644 index 0000000000..4a0bad3aef --- /dev/null +++ b/RBHJ08.ini @@ -0,0 +1,11 @@ +# RBHJ08 - Biohazard 0 +[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 = 5 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +DlistCachingEnable = 0 +[Gecko] diff --git a/RBHP08.ini b/RBHP08.ini new file mode 100644 index 0000000000..ae896ec476 --- /dev/null +++ b/RBHP08.ini @@ -0,0 +1,11 @@ +# RBHP08 - Resident Evil Archives: Resident Evil Zero +[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 = 5 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +DlistCachingEnable = 0 +[Gecko] diff --git a/RFEE01.ini b/RFEE01.ini index 7d9de92219..2d8d699efe 100644 --- a/RFEE01.ini +++ b/RFEE01.ini @@ -1,13 +1,12 @@ # RFEE01 - FIRE EMBLEM 10 USA [Core] Values set here will override the main dolphin settings. [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +EmulationIssues = Disable gamecube controller or wiimote to not have conflicts(r6651) EmulationStateId = 4 [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. [Wii] ProgressiveScan = 0 [Video] -FIFOWatermarkTightness = 50 ProjectionHack = 0 [Gecko] diff --git a/RFEJ01.ini b/RFEJ01.ini new file mode 100644 index 0000000000..20dfbf7a22 --- /dev/null +++ b/RFEJ01.ini @@ -0,0 +1,12 @@ +# RFEJ01 - Fire Emblem Akatsuki No Megami +[Core] Values set here will override the main dolphin settings. +[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Disable gamecube controller or wiimote to not have conflicts(r6651) +EmulationStateId = 4 +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Wii] +ProgressiveScan = 0 +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/RFEP01.ini b/RFEP01.ini index a6c98d4a03..80c293ff08 100644 --- a/RFEP01.ini +++ b/RFEP01.ini @@ -1,10 +1,14 @@ # RFEP01 - FIRE EMBLEM 10 EUR -[Core] +[Core] Values set here will override the main dolphin settings. [Speedhacks] 0x80006e00=800 -#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 -[OnFrame] -[ActionReplay] +[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Disable gamecube controller or wiimote to not have conflicts(r6651) +EmulationStateId = 4 +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Wii] +ProgressiveScan = 0 +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/WAYETJ.ini b/WAYETJ.ini new file mode 100644 index 0000000000..27a186d98b --- /dev/null +++ b/WAYETJ.ini @@ -0,0 +1,10 @@ +# WAYETJ - And Yet It Moves +[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 = 0 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko]