mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Clean up optimize quantizers and update to monopoly streets.
This commit is contained in:
parent
94da32d8a6
commit
bca41ce8eb
@ -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 =
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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]
|
||||
|
11
S75P69.ini
Normal file
11
S75P69.ini
Normal file
@ -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]
|
Loading…
Reference in New Issue
Block a user