This commit is contained in:
parent
03cc0e4517
commit
f517cf9aba
|
@ -9,4 +9,5 @@ EmulationIssues = Use DX11 plugin for less graphic glitches (r6436)
|
|||
[Video]
|
||||
FIFOWatermarkTightness = 50
|
||||
ProjectionHack = 1
|
||||
SafeTextureCache = 1
|
||||
[Gecko]
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
[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 = Use DX11 plugin for less graphic glitches (r6436)
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Use DX11 plugin for less graphic glitches (r6436)
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 1
|
||||
FIFOWatermarkTightness = 50
|
||||
ProjectionHack = 1
|
||||
SafeTextureCache = 1
|
||||
[Gecko]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Random crashes (r6521)
|
||||
EmulationIssues = (r6633)
|
||||
[OnLoad]
|
||||
#Add memory patches to be loaded once on boot here.
|
||||
[OnFrame]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Random crashes (r6521)
|
||||
EmulationIssues = (r6633)
|
||||
[OnLoad]
|
||||
#Add memory patches to be loaded once on boot here.
|
||||
[OnFrame]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Random crashes (r6521)
|
||||
EmulationIssues = (r6633)
|
||||
[OnLoad]
|
||||
#Add memory patches to be loaded once on boot here.
|
||||
[OnFrame]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Random crashes (r6521)
|
||||
EmulationIssues = (r6633)
|
||||
[OnLoad]
|
||||
#Add memory patches to be loaded once on boot here.
|
||||
[OnFrame]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Random crashes (r6521)
|
||||
EmulationIssues = (r6633)
|
||||
[OnLoad]
|
||||
#Add memory patches to be loaded once on boot here.
|
||||
[OnFrame]
|
||||
|
|
|
@ -11,5 +11,4 @@ EmulationIssues =
|
|||
[ActionReplay]
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
FIFOWatermarkTightness = 50
|
||||
[Gecko]
|
||||
|
|
16
RSPP01.ini
16
RSPP01.ini
|
@ -1,10 +1,14 @@
|
|||
# RSPP01 - SPORTS PACK for REVOLUTION
|
||||
[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.
|
||||
[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.
|
||||
[OnLoad]
|
||||
#Add memory patches to be loaded once on boot here.
|
||||
[OnFrame]
|
||||
[ActionReplay]
|
||||
[Video]
|
||||
ProjectionHack = -1
|
||||
ProjectionHack = 0
|
||||
[Gecko]
|
||||
|
|
Loading…
Reference in New Issue