From dc5a2543752f2dff8beda83a4769175bb9a171bf Mon Sep 17 00:00:00 2001 From: RDilux Date: Thu, 27 May 2010 18:46:47 +0000 Subject: [PATCH] Compatibility Update 4 Updated 42 New Added --- G63E41.ini | 8 ++++++++ GALE01.ini | 5 ++--- GBQE78.ini | 7 +++++++ GH5E52.ini | 7 +++++++ GK7E08.ini | 7 +++++++ GK9EA4.ini | 7 +++++++ GKSE52.ini | 7 +++++++ GLLE78.ini | 7 +++++++ GOWE69.ini | 3 ++- GP4J18.ini | 7 +++++++ GRHE41.ini | 7 +++++++ GZ3E70.ini | 3 +-- R2JJAF.ini | 7 +++++++ R3RE8P.ini | 7 +++++++ R4QE01.ini | 7 +++++++ R4ZJ01.ini | 7 +++++++ R69E36.ini | 7 +++++++ R6BE78.ini | 2 ++ R8AJ01.ini | 7 +++++++ RBWE01.ini | 7 +++++++ RDKE01.ini | 7 +++++++ RDSE70.ini | 7 +++++++ RDVE41.ini | 7 +++++++ RDZP01.ini | 7 +++++++ RINE08.ini | 7 +++++++ RLXEMJ.ini | 7 +++++++ RM2E69.ini | 7 +++++++ RMLEH4.ini | 7 +++++++ ROWE08.ini | 7 +++++++ RPBE01.ini | 7 +++++++ RS9E8P.ini | 7 +++++++ RT9E52.ini | 7 +++++++ RTHE52.ini | 7 +++++++ RUYE41.ini | 7 +++++++ RVSE69.ini | 7 +++++++ RWLE01.ini | 7 +++++++ RZPE01.ini | 7 +++++++ RZZE8P.ini | 7 +++++++ S2TJAF.ini | 7 +++++++ SB4E01.ini | 8 ++++++++ SBNEG9.ini | 7 +++++++ SBVE78.ini | 7 +++++++ SMNE01.ini | 7 +++++++ STKE08.ini | 7 +++++++ SWAE52.ini | 7 +++++++ WA4P01.ini | 7 +++++++ 46 files changed, 303 insertions(+), 6 deletions(-) create mode 100644 G63E41.ini create mode 100644 GBQE78.ini create mode 100644 GH5E52.ini create mode 100644 GK7E08.ini create mode 100644 GK9EA4.ini create mode 100644 GKSE52.ini create mode 100644 GLLE78.ini create mode 100644 GP4J18.ini create mode 100644 GRHE41.ini create mode 100644 R2JJAF.ini create mode 100644 R3RE8P.ini create mode 100644 R4QE01.ini create mode 100644 R4ZJ01.ini create mode 100644 R69E36.ini create mode 100644 R8AJ01.ini create mode 100644 RBWE01.ini create mode 100644 RDKE01.ini create mode 100644 RDSE70.ini create mode 100644 RDVE41.ini create mode 100644 RDZP01.ini create mode 100644 RINE08.ini create mode 100644 RLXEMJ.ini create mode 100644 RM2E69.ini create mode 100644 RMLEH4.ini create mode 100644 ROWE08.ini create mode 100644 RPBE01.ini create mode 100644 RS9E8P.ini create mode 100644 RT9E52.ini create mode 100644 RTHE52.ini create mode 100644 RUYE41.ini create mode 100644 RVSE69.ini create mode 100644 RWLE01.ini create mode 100644 RZPE01.ini create mode 100644 RZZE8P.ini create mode 100644 S2TJAF.ini create mode 100644 SB4E01.ini create mode 100644 SBNEG9.ini create mode 100644 SBVE78.ini create mode 100644 SMNE01.ini create mode 100644 STKE08.ini create mode 100644 SWAE52.ini create mode 100644 WA4P01.ini diff --git a/G63E41.ini b/G63E41.ini new file mode 100644 index 0000000000..7f3e1d574c --- /dev/null +++ b/G63E41.ini @@ -0,0 +1,8 @@ +# G63E41 - RainbowSix3 +[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. +EmulationIssues = +EmulationStateId = 1 +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/GALE01.ini b/GALE01.ini index 15daa465bb..b52b2689f6 100644 --- a/GALE01.ini +++ b/GALE01.ini @@ -1,7 +1,8 @@ # GALE01 - Super Smash Bros Melee [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; last validated on r1842, many codes tested ingame +EmulationStateId = 4 +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. $(m) @@ -171,7 +172,6 @@ $P4 Remove Skirt - Peach - GAME MODIFIER MUST BE ON 0A453C76 0000000C 40453D20 000659FF $AI clone, Don't use in story modes or with zelda/sheik. (CPU level -depends on other CPU's) 04031BCC 4BFD134C 04002F18 907E00B0 04002F1C 88810028 @@ -206,4 +206,3 @@ $player 3 gets two AI clones. 04002F08 00000002 $player 4 gets two AI clones. 04002F0C 00000002 - diff --git a/GBQE78.ini b/GBQE78.ini new file mode 100644 index 0000000000..08e1f97930 --- /dev/null +++ b/GBQE78.ini @@ -0,0 +1,7 @@ +# GBQE78 - Rocket Power: Beach Bandits +[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 = Slow. +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/GH5E52.ini b/GH5E52.ini new file mode 100644 index 0000000000..a11246bb1d --- /dev/null +++ b/GH5E52.ini @@ -0,0 +1,7 @@ +# GH5E52 - Over The Hedge +[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 +EmulationIssues = Black screen +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/GK7E08.ini b/GK7E08.ini new file mode 100644 index 0000000000..8897716076 --- /dev/null +++ b/GK7E08.ini @@ -0,0 +1,7 @@ +# GK7E08 - Killer7 Disk1 +[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. diff --git a/GK9EA4.ini b/GK9EA4.ini new file mode 100644 index 0000000000..512977bfbf --- /dev/null +++ b/GK9EA4.ini @@ -0,0 +1,7 @@ +# GK9EA4 - Karaoke Revolution Party +[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 +EmulationIssues = Need Microphone to play this game. +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/GKSE52.ini b/GKSE52.ini new file mode 100644 index 0000000000..8a341e7899 --- /dev/null +++ b/GKSE52.ini @@ -0,0 +1,7 @@ +# GKSE52 - Kelly Slater's Pro Surfer +[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 = Can't see cutscenes +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/GLLE78.ini b/GLLE78.ini new file mode 100644 index 0000000000..a14ffcf6a9 --- /dev/null +++ b/GLLE78.ini @@ -0,0 +1,7 @@ +# GLLE78 - Ratatouille +[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. diff --git a/GOWE69.ini b/GOWE69.ini index d779552314..671367c9db 100644 --- a/GOWE69.ini +++ b/GOWE69.ini @@ -1,6 +1,7 @@ # GOWE69 - NFS Most Wanted [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 +EmulationStateId = 4 +EmulationIssues = Some GFX Glitches And may be slow. [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. diff --git a/GP4J18.ini b/GP4J18.ini new file mode 100644 index 0000000000..e6b2d6b5a4 --- /dev/null +++ b/GP4J18.ini @@ -0,0 +1,7 @@ +# GP4J18 - pc genjin +[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. diff --git a/GRHE41.ini b/GRHE41.ini new file mode 100644 index 0000000000..16524ee77c --- /dev/null +++ b/GRHE41.ini @@ -0,0 +1,7 @@ +# GRHE41 - RAYMAN 3 HOODLUM HAVOC +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/GZ3E70.ini b/GZ3E70.ini index 2a0fcc74b2..acb58f0338 100644 --- a/GZ3E70.ini +++ b/GZ3E70.ini @@ -2,7 +2,7 @@ [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 +EmulationStateId = 5 EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] @@ -41,4 +41,3 @@ $Have All Capsules! (Edit A Skill and Save To Activate) 005447F4 00000009 005447FF 00000009 [Video] -ProjectionHack = -1 diff --git a/R2JJAF.ini b/R2JJAF.ini new file mode 100644 index 0000000000..05474a3ee1 --- /dev/null +++ b/R2JJAF.ini @@ -0,0 +1,7 @@ +# R2JJAF - TAIKO Wii +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/R3RE8P.ini b/R3RE8P.ini new file mode 100644 index 0000000000..f87a8e07ce --- /dev/null +++ b/R3RE8P.ini @@ -0,0 +1,7 @@ +# R3RE8P - Sonic & Sega All-Stars Racing +[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. diff --git a/R4QE01.ini b/R4QE01.ini new file mode 100644 index 0000000000..c2e518a148 --- /dev/null +++ b/R4QE01.ini @@ -0,0 +1,7 @@ +# R4QE01 - Mario Strikers Charged +[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. diff --git a/R4ZJ01.ini b/R4ZJ01.ini new file mode 100644 index 0000000000..fd130f61ba --- /dev/null +++ b/R4ZJ01.ini @@ -0,0 +1,7 @@ +# R4ZJ01 - Zero4 +[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. diff --git a/R69E36.ini b/R69E36.ini new file mode 100644 index 0000000000..7528ba28ea --- /dev/null +++ b/R69E36.ini @@ -0,0 +1,7 @@ +# R69E36 - Dirt 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 = 5 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/R6BE78.ini b/R6BE78.ini index 031b0c80c0..eb1ca5a18a 100644 --- a/R6BE78.ini +++ b/R6BE78.ini @@ -1,5 +1,7 @@ # R6BE78 - Blob07 [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 = Some GFX Glitches [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. diff --git a/R8AJ01.ini b/R8AJ01.ini new file mode 100644 index 0000000000..c780175ae5 --- /dev/null +++ b/R8AJ01.ini @@ -0,0 +1,7 @@ +# R8AJ01 - Pokepark Wii +[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 = 2 +EmulationIssues = Stuck on loading screen after movie +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RBWE01.ini b/RBWE01.ini new file mode 100644 index 0000000000..063abd1ee0 --- /dev/null +++ b/RBWE01.ini @@ -0,0 +1,7 @@ +# RBWE01 - Battalion Wars 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 = 2 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RDKE01.ini b/RDKE01.ini new file mode 100644 index 0000000000..dbdc7579db --- /dev/null +++ b/RDKE01.ini @@ -0,0 +1,7 @@ +# RDKE01 - Donkey Kong: Barrel Blast +[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 = Bad sound +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RDSE70.ini b/RDSE70.ini new file mode 100644 index 0000000000..59fe0f8693 --- /dev/null +++ b/RDSE70.ini @@ -0,0 +1,7 @@ +# RDSE70 - Dragon Ball Z Budokai Tenkaichi 3 +[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 = +EmulationStateId = 5 +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RDVE41.ini b/RDVE41.ini new file mode 100644 index 0000000000..4b974618ec --- /dev/null +++ b/RDVE41.ini @@ -0,0 +1,7 @@ +# RDVE41 - Driver Parallel Lines +[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 = May be slow. +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RDZP01.ini b/RDZP01.ini new file mode 100644 index 0000000000..fda45f3bd3 --- /dev/null +++ b/RDZP01.ini @@ -0,0 +1,7 @@ +# RDZP01 - Disaster +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RINE08.ini b/RINE08.ini new file mode 100644 index 0000000000..db23732ee3 --- /dev/null +++ b/RINE08.ini @@ -0,0 +1,7 @@ +# RINE08 - DEADRISING +[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. diff --git a/RLXEMJ.ini b/RLXEMJ.ini new file mode 100644 index 0000000000..73fa75fc1f --- /dev/null +++ b/RLXEMJ.ini @@ -0,0 +1,7 @@ +# RLXEMJ - LUXOR: Pharaoh's Challenge +[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. diff --git a/RM2E69.ini b/RM2E69.ini new file mode 100644 index 0000000000..c058115204 --- /dev/null +++ b/RM2E69.ini @@ -0,0 +1,7 @@ +# RM2E69 - Medal of Honor Heroes™ 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 = 1 +EmulationIssues = Freeze on wiimote screen +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RMLEH4.ini b/RMLEH4.ini new file mode 100644 index 0000000000..23fd8fbcab --- /dev/null +++ b/RMLEH4.ini @@ -0,0 +1,7 @@ +# RMLEH4 - METAL SLUG Anthology +[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. diff --git a/ROWE08.ini b/ROWE08.ini new file mode 100644 index 0000000000..879a45a75e --- /dev/null +++ b/ROWE08.ini @@ -0,0 +1,7 @@ +# ROWE08 - Okami +[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. diff --git a/RPBE01.ini b/RPBE01.ini new file mode 100644 index 0000000000..036218a66f --- /dev/null +++ b/RPBE01.ini @@ -0,0 +1,7 @@ +# RPBE01 - Pokemon Battle Revolution +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RS9E8P.ini b/RS9E8P.ini new file mode 100644 index 0000000000..a998ff757c --- /dev/null +++ b/RS9E8P.ini @@ -0,0 +1,7 @@ +# RS9E8P - SONIC RIDERS ZERO GRAVITY +[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. diff --git a/RT9E52.ini b/RT9E52.ini new file mode 100644 index 0000000000..11e18a9a48 --- /dev/null +++ b/RT9E52.ini @@ -0,0 +1,7 @@ +# RT9E52 - Tony Hawk's Proving Ground +[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 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RTHE52.ini b/RTHE52.ini new file mode 100644 index 0000000000..2d9ba208bc --- /dev/null +++ b/RTHE52.ini @@ -0,0 +1,7 @@ +# RTHE52 - Tony Hawk's Downhill Jam +[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 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RUYE41.ini b/RUYE41.ini new file mode 100644 index 0000000000..71a0ce6416 --- /dev/null +++ b/RUYE41.ini @@ -0,0 +1,7 @@ +# RUYE41 - No More Heroes 2: Desperate Struggle +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RVSE69.ini b/RVSE69.ini new file mode 100644 index 0000000000..042914c1c6 --- /dev/null +++ b/RVSE69.ini @@ -0,0 +1,7 @@ +# RVSE69 - Skate It +[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 = Very slow +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/RWLE01.ini b/RWLE01.ini new file mode 100644 index 0000000000..6fb7ed3766 --- /dev/null +++ b/RWLE01.ini @@ -0,0 +1,7 @@ +# RWLE01 - Wario Land Shake It! +[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. diff --git a/RZPE01.ini b/RZPE01.ini new file mode 100644 index 0000000000..7b4f4d8b1b --- /dev/null +++ b/RZPE01.ini @@ -0,0 +1,7 @@ +# RZPE01 - LINKS CROSSBOW TRAINING +[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. diff --git a/RZZE8P.ini b/RZZE8P.ini new file mode 100644 index 0000000000..3d5f23243b --- /dev/null +++ b/RZZE8P.ini @@ -0,0 +1,7 @@ +# RZZE8P - MADWORLD +[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. diff --git a/S2TJAF.ini b/S2TJAF.ini new file mode 100644 index 0000000000..415e3cfcc2 --- /dev/null +++ b/S2TJAF.ini @@ -0,0 +1,7 @@ +# S2TJAF - TAIKO WII2 +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/SB4E01.ini b/SB4E01.ini new file mode 100644 index 0000000000..69d4932713 --- /dev/null +++ b/SB4E01.ini @@ -0,0 +1,8 @@ +# SB4E01 - SUPER MARIO GALAXY MORE +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] diff --git a/SBNEG9.ini b/SBNEG9.ini new file mode 100644 index 0000000000..7bef5408fd --- /dev/null +++ b/SBNEG9.ini @@ -0,0 +1,7 @@ +# SBNEG9 - Ben 10 Alien Force: Vilgax Attacks +[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 = 2 +EmulationIssues = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/SBVE78.ini b/SBVE78.ini new file mode 100644 index 0000000000..2c41ad377b --- /dev/null +++ b/SBVE78.ini @@ -0,0 +1,7 @@ +# SBVE78 - SpongeBob's Boating Bash +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/SMNE01.ini b/SMNE01.ini new file mode 100644 index 0000000000..e75c0b433d --- /dev/null +++ b/SMNE01.ini @@ -0,0 +1,7 @@ +# SMNE01 - New SUPER MARIO BROS. Wii +[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. diff --git a/STKE08.ini b/STKE08.ini new file mode 100644 index 0000000000..d163e10739 --- /dev/null +++ b/STKE08.ini @@ -0,0 +1,7 @@ +# STKE08 - TATSUNOKO VS. CAPCOM ULTIMATE ALL-STARS +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/SWAE52.ini b/SWAE52.ini new file mode 100644 index 0000000000..5dd14a6e8d --- /dev/null +++ b/SWAE52.ini @@ -0,0 +1,7 @@ +# SWAE52 - DJHero +[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 = +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. diff --git a/WA4P01.ini b/WA4P01.ini new file mode 100644 index 0000000000..2164dd1ae2 --- /dev/null +++ b/WA4P01.ini @@ -0,0 +1,7 @@ +# WA4P01 - WarioWare: DIY (Wii) +[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.