From 134db4d83418fb8e8ba54b584af343a5633dd5c6 Mon Sep 17 00:00:00 2001 From: "kostamarino@hotmail.com" Date: Tue, 18 Jan 2011 20:27:49 +0000 Subject: [PATCH] Updates and additions. --- G3XE52.ini | 9 +++++++-- G3XP52.ini | 12 ++++++++++++ GKBEAF.ini | 10 ++++++++++ GPTE41.ini | 11 +++++++++++ GPTP41.ini | 10 +++++++--- GT7E41.ini | 12 ++++++++++++ GVKE52.ini | 8 ++++++-- GWVE52.ini | 10 ++++++++++ R2UE8P.ini | 10 ++++++++++ RD2E41.ini | 10 ++++++++++ RDBPAF.ini | 11 +++++++++++ RM8E01.ini | 6 ++++++ ROLE8P.ini | 11 +++++++++++ RSXE69.ini | 3 +++ RT4EAF.ini | 2 +- RWSE8P.ini | 10 ++++++++++ RWSJ01.ini | 10 ++++++++++ RWSK01.ini | 10 ++++++++++ RWSP8P.ini | 5 +++-- RZJD69.ini | 11 +++++++++++ RZJE69.ini | 8 ++++++-- RZJJ13.ini | 11 +++++++++++ RZJP69.ini | 8 +++++--- SR5E41.ini | 10 ++++++++++ 24 files changed, 203 insertions(+), 15 deletions(-) create mode 100644 G3XP52.ini create mode 100644 GKBEAF.ini create mode 100644 GPTE41.ini create mode 100644 GT7E41.ini create mode 100644 GWVE52.ini create mode 100644 R2UE8P.ini create mode 100644 RD2E41.ini create mode 100644 RDBPAF.ini create mode 100644 ROLE8P.ini create mode 100644 RWSE8P.ini create mode 100644 RWSJ01.ini create mode 100644 RWSK01.ini create mode 100644 RZJD69.ini create mode 100644 RZJJ13.ini create mode 100644 SR5E41.ini diff --git a/G3XE52.ini b/G3XE52.ini index 1602812666..84eb531ee8 100644 --- a/G3XE52.ini +++ b/G3XE52.ini @@ -1,7 +1,12 @@ # G3XE52 - X-Men: The Official Game [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 +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/G3XP52.ini b/G3XP52.ini new file mode 100644 index 0000000000..751f9dcd4f --- /dev/null +++ b/G3XP52.ini @@ -0,0 +1,12 @@ +# G3XP52 - X-Men: The Official Game +[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 +SafeTextureCache = 1 +[Gecko] diff --git a/GKBEAF.ini b/GKBEAF.ini new file mode 100644 index 0000000000..ad738c0d74 --- /dev/null +++ b/GKBEAF.ini @@ -0,0 +1,10 @@ +# GKBEAF - Baten Kaitos +[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/GPTE41.ini b/GPTE41.ini new file mode 100644 index 0000000000..c824211d7b --- /dev/null +++ b/GPTE41.ini @@ -0,0 +1,11 @@ +# GPTE41 - Prince of Persia : The Sands of Time +[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 = Videos do not show up(r6871) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GPTP41.ini b/GPTP41.ini index 5448a9b5de..82eef57f12 100644 --- a/GPTP41.ini +++ b/GPTP41.ini @@ -1,7 +1,11 @@ -# GPTP41 - Prince of Persia Sands of Time +# GPTP41 - Prince of Persia : The Sands of Time [Core] Values set here will override the main dolphin settings. -TLBHack=1 +TLBHack = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 2 +EmulationStateId = 4 +EmulationIssues = Videos do not show up(r6871) [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GT7E41.ini b/GT7E41.ini new file mode 100644 index 0000000000..cbba83f693 --- /dev/null +++ b/GT7E41.ini @@ -0,0 +1,12 @@ +# GT7E41 - TOM CLANCY'S SPLINTER CELL PANDORA TOMORROW +[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 = 3 +EmulationIssues = Goes ingame using Jitil, videos don't show up and loading screens show garbage(r6871) +[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/GVKE52.ini b/GVKE52.ini index 111baf2843..8789add702 100644 --- a/GVKE52.ini +++ b/GVKE52.ini @@ -1,7 +1,11 @@ # GVKE52 - Cabela's Dangerous Hunts 2 [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 = +EmulationStateId = 4 +EmulationIssues = Needs Jitil to run(r6871) [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/GWVE52.ini b/GWVE52.ini new file mode 100644 index 0000000000..68ba667875 --- /dev/null +++ b/GWVE52.ini @@ -0,0 +1,10 @@ +# GWVE52 - X2 Wolverine's Revenge +[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/R2UE8P.ini b/R2UE8P.ini new file mode 100644 index 0000000000..5d4b3485d9 --- /dev/null +++ b/R2UE8P.ini @@ -0,0 +1,10 @@ +# R2UE8P - Let'sTAP +[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] +ProjectionHack = 0 +[Gecko] diff --git a/RD2E41.ini b/RD2E41.ini new file mode 100644 index 0000000000..1013f7f2e3 --- /dev/null +++ b/RD2E41.ini @@ -0,0 +1,10 @@ +# RD2E41 - Red Steel 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 = 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/RDBPAF.ini b/RDBPAF.ini new file mode 100644 index 0000000000..c197d20516 --- /dev/null +++ b/RDBPAF.ini @@ -0,0 +1,11 @@ +# RDBPAF - Dragon Ball Z Budokai Tenkaichi 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 = 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/RM8E01.ini b/RM8E01.ini index 0346d950d5..b29ca2172b 100644 --- a/RM8E01.ini +++ b/RM8E01.ini @@ -5,7 +5,13 @@ #The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues= +EmulationIssues = [OnLoad] #Add memory patches to be loaded once on boot here. [OnFrame] [ActionReplay] +[Video] +ForceFiltering = 0 +DlistCachingEnable = 0 +ProjectionHack = 0 +[Gecko] diff --git a/ROLE8P.ini b/ROLE8P.ini new file mode 100644 index 0000000000..f86b862d74 --- /dev/null +++ b/ROLE8P.ini @@ -0,0 +1,11 @@ +# ROLE8P - Mario & Sonic at the Olympic Winter Games +[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. +[Video] +SafeTextureCache = 1 +ProjectionHack = 0 +[Gecko] diff --git a/RSXE69.ini b/RSXE69.ini index e133de65a3..5543a44a3a 100644 --- a/RSXE69.ini +++ b/RSXE69.ini @@ -5,3 +5,6 @@ EmulationStateId = 1 EmulationIssues = Black screen [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/RT4EAF.ini b/RT4EAF.ini index 5d83196bfc..112b490830 100644 --- a/RT4EAF.ini +++ b/RT4EAF.ini @@ -1,7 +1,7 @@ # RT4EAF - Tales of Symphonia -Dawn of the new world- [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 = Needs emulating format changes (r6871) EmulationStateId = 4 [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. diff --git a/RWSE8P.ini b/RWSE8P.ini new file mode 100644 index 0000000000..9ce1eef602 --- /dev/null +++ b/RWSE8P.ini @@ -0,0 +1,10 @@ +# RWSE8P - MARIO & SONIC At The OlympicGames +[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 emulating format changes (r6871) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/RWSJ01.ini b/RWSJ01.ini new file mode 100644 index 0000000000..c0ae2a7eee --- /dev/null +++ b/RWSJ01.ini @@ -0,0 +1,10 @@ +# RWSJ01 - MARIO & SONIC At The OlympicGames +[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 emulating format changes (r6871) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/RWSK01.ini b/RWSK01.ini new file mode 100644 index 0000000000..ad44885e06 --- /dev/null +++ b/RWSK01.ini @@ -0,0 +1,10 @@ +# RWSK01 - MARIO & SONIC At The OlympicGames +[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 emulating format changes (r6871) +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +[Gecko] diff --git a/RWSP8P.ini b/RWSP8P.ini index 567ec2e58b..64ea9e57a1 100644 --- a/RWSP8P.ini +++ b/RWSP8P.ini @@ -2,8 +2,9 @@ [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 = +EmulationIssues = Needs emulating format changes (r6871) [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. [Video] -ProjectionHack = -1 +ProjectionHack = 0 +[Gecko] diff --git a/RZJD69.ini b/RZJD69.ini new file mode 100644 index 0000000000..5e1b66431c --- /dev/null +++ b/RZJD69.ini @@ -0,0 +1,11 @@ +# RZJD69 - DeadSpace +[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 = Disable emulate format changes(r6871) +[OnFrame] Add memory patches to be applied every frame here. +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[ActionReplay] +[Gecko] diff --git a/RZJE69.ini b/RZJE69.ini index aa80cfe2e6..9d5b5e964b 100644 --- a/RZJE69.ini +++ b/RZJE69.ini @@ -2,6 +2,10 @@ [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 = +EmulationIssues = Disable emulate format changes(r6871) [OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. \ No newline at end of file +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[ActionReplay] +[Gecko] diff --git a/RZJJ13.ini b/RZJJ13.ini new file mode 100644 index 0000000000..2b276274e7 --- /dev/null +++ b/RZJJ13.ini @@ -0,0 +1,11 @@ +# RZJJ13 - DeadSpace +[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 = Disable emulate format changes(r6871) +[OnFrame] Add memory patches to be applied every frame here. +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[ActionReplay] +[Gecko] diff --git a/RZJP69.ini b/RZJP69.ini index c0f554bc64..f3abdf9538 100644 --- a/RZJP69.ini +++ b/RZJP69.ini @@ -2,8 +2,10 @@ [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 = +EmulationIssues = Disable emulate format changes(r6871) [OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. [Video] -ProjectionHack = -1 +ProjectionHack = 0 +SafeTextureCache = 1 +[ActionReplay] +[Gecko] diff --git a/SR5E41.ini b/SR5E41.ini new file mode 100644 index 0000000000..399c638b53 --- /dev/null +++ b/SR5E41.ini @@ -0,0 +1,10 @@ +# SR5E41 - RRRT - SU +[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. +[Video] +ProjectionHack = 0 +[Gecko]