From bca41ce8ebc7403ce08148622db963fbf9aea1e8 Mon Sep 17 00:00:00 2001 From: "kostamarino@hotmail.com" Date: Wed, 29 Dec 2010 14:32:43 +0000 Subject: [PATCH] Clean up optimize quantizers and update to monopoly streets. --- G4BP08.ini | 1 - G4CE54.ini | 1 - G6NE69.ini | 1 - G6NP69.ini | 1 - GGYE41.ini | 1 - GIBE4F.ini | 1 - GLYE69.ini | 1 - GO7F69.ini | 1 - GUVE51.ini | 1 - S75E69.ini | 7 ++++--- S75P69.ini | 11 +++++++++++ 11 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 S75P69.ini diff --git a/G4BP08.ini b/G4BP08.ini index e1f78d230b..15ef3378c1 100644 --- a/G4BP08.ini +++ b/G4BP08.ini @@ -1,6 +1,5 @@ # G4BP08 - resident evil 4 game disc 1 [Core] Values set here will override the main dolphin settings. -OptimizeQuantizers = 0 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = diff --git a/G4CE54.ini b/G4CE54.ini index b6245598a1..99428cddb7 100644 --- a/G4CE54.ini +++ b/G4CE54.ini @@ -2,7 +2,6 @@ [Core] Values set here will override the main dolphin settings. TLBHack=1 UseDualCore = 0 -OptimizeQuantizers = 0 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Don't try DC because high LOAD CPU!!! and with Optimize Quantizers crash" diff --git a/G6NE69.ini b/G6NE69.ini index 55c69f04e1..35079f7c8b 100644 --- a/G6NE69.ini +++ b/G6NE69.ini @@ -1,7 +1,6 @@ # G6NE69 - NBA LIVE 06 [Core] Values set here will override the main dolphin settings. TLBHack = 1 -OptimizeQuantizers = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. diff --git a/G6NP69.ini b/G6NP69.ini index fc66a6b12c..2cab73a094 100644 --- a/G6NP69.ini +++ b/G6NP69.ini @@ -1,7 +1,6 @@ # G6NP69 - NBA LIVE 06 [Core] Values set here will override the main dolphin settings. TLBHack = 1 -OptimizeQuantizers = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. diff --git a/GGYE41.ini b/GGYE41.ini index 8ccd4adf93..1f4e159b9a 100644 --- a/GGYE41.ini +++ b/GGYE41.ini @@ -1,7 +1,6 @@ # GGYE41 - GR2GC [Core] Values set here will override the main dolphin settings. TLBHack=1 -OptimizeQuantizers = 0 UseDualCore = 0 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 diff --git a/GIBE4F.ini b/GIBE4F.ini index af925f5570..aa402cf5e0 100644 --- a/GIBE4F.ini +++ b/GIBE4F.ini @@ -1,6 +1,5 @@ # GIBE4F - The Italian Job [Core] Values set here will override the main dolphin settings. -OptimizeQuantizers = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. diff --git a/GLYE69.ini b/GLYE69.ini index fd08366ac4..045136edba 100644 --- a/GLYE69.ini +++ b/GLYE69.ini @@ -1,6 +1,5 @@ # GLYE69 - NBA LIVE 2005 [Core] Values set here will override the main dolphin settings. -OptimizeQuantizers = 1 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. diff --git a/GO7F69.ini b/GO7F69.ini index 39749f98d5..f5a1cccce4 100644 --- a/GO7F69.ini +++ b/GO7F69.ini @@ -1,6 +1,5 @@ # GO7F69 - James Bond 007(tm): NightFire(tm) [Core] Values set here will override the main dolphin settings. -OptimizeQuantizers = 0 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = needs optimize quantizers off EmulationStateId = 5 diff --git a/GUVE51.ini b/GUVE51.ini index 580f02f4f8..a16d2c929f 100644 --- a/GUVE51.ini +++ b/GUVE51.ini @@ -1,6 +1,5 @@ # GUVE51 - Freestyle Street Soccer [Core] Values set here will override the main dolphin settings. -OptimizeQuantizers = 0 [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Corrupt Graphics" diff --git a/S75E69.ini b/S75E69.ini index dde5f4a389..0afdeabf5c 100644 --- a/S75E69.ini +++ b/S75E69.ini @@ -1,10 +1,11 @@ -# S75E69 - WIIDISC +# S75E69 - Monopoly Streets [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 = Use r5969 and previous to avoid the fifo errors at startup (r6521) -EmulationStateId = 1 +EmulationIssues = Skip any errors at startup and use integral efb scale (r6682) +EmulationStateId = 4 [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/S75P69.ini b/S75P69.ini new file mode 100644 index 0000000000..d7dda02c46 --- /dev/null +++ b/S75P69.ini @@ -0,0 +1,11 @@ +# S75P69 - Monopoly Streets +[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 = Skip any errors at startup and use integral efb scale (r6682) +EmulationStateId = 4 +[OnFrame] Add memory patches to be applied every frame here. +[ActionReplay] Add action replay cheats here. +[Video] +ProjectionHack = 0 +SafeTextureCache = 1 +[Gecko]