Implement some of the suggestions from issue 76.

This commit is contained in:
kostamarino@hotmail.com
2011-04-14 08:10:21 +00:00
parent aaeda4d6c9
commit fad77308a1
9 changed files with 78 additions and 19 deletions

View File

@ -1,14 +1,26 @@
# G3FE69 - TimeSplitters Future Perfect # G3FE69 - TimeSplitters Future Perfect
[EmuState] [EmuState]
#The Emulation State. #The Emulation State.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko] [Gecko]
[Core] [Core]
MMU = 1 MMU = 1
VBeam = 1
BlockMerging = 1
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = PostProcessingShader = off
[Video_Settings]
SafeTextureCache = True
SafeTextureCacheColorSamples = 0
[Video_Hacks]
DlistCachingEnable = False

View File

@ -1,13 +1,26 @@
# G3FF69 - TimeSplitters Future Perfect # G3FF69 - TimeSplitters Future Perfect
[EmuState] [EmuState]
#The Emulation State. #The Emulation State.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko] [Gecko]
[Core] [Core]
MMU = 1 MMU = 1
VBeam = 1
BlockMerging = 1
[Video_Enhancements]
PostProcessingShader = off
[Video_Settings]
SafeTextureCache = True
SafeTextureCacheColorSamples = 0
[Video_Hacks]
DlistCachingEnable = False

View File

@ -1,13 +1,26 @@
# G3FP69 - TimeSplitters Future Perfect # G3FP69 - TimeSplitters Future Perfect
[EmuState] [EmuState]
#The Emulation State. #The Emulation State.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko] [Gecko]
[Core] [Core]
MMU = 1 MMU = 1
VBeam = 1
BlockMerging = 1
[Video_Enhancements]
PostProcessingShader = off
[Video_Settings]
SafeTextureCache = True
SafeTextureCacheColorSamples = 0
[Video_Hacks]
DlistCachingEnable = False

View File

@ -2,7 +2,7 @@
[Core] Values set here will override the main dolphin settings. [Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = EmulationIssues = Use direct3d 9 backend or disable dual core. Needs real xfb for videos to show up and "LLE audio" to hear audio during videos.(r7446)
[OnFrame] Add memory patches to be applied every frame here. [OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
[Video] [Video]
@ -15,6 +15,6 @@ PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = True
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = PostProcessingShader = off

View File

@ -2,7 +2,7 @@
[Core] Values set here will override the main dolphin settings. [Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = EmulationIssues = Use direct3d 9 backend or disable dual core. Needs real xfb for videos to show up and "LLE audio" to hear audio during videos.(r7446)
[OnFrame] Add memory patches to be applied every frame here. [OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
[Video] [Video]
@ -15,6 +15,6 @@ PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = True
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = PostProcessingShader = off

View File

@ -1,8 +1,9 @@
# GT6E70 - Terminator 3: The Redemption # GT6E70 - Terminator 3: The Redemption
[Core] Values set here will override the main dolphin settings. [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. [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Needs Real XFB and Safe Texture Cache EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here. [OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
$Master Code $Master Code
@ -49,7 +50,8 @@ PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = True UseRealXFB = False
SafeTextureCache = True [Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False
EFBAccessEnable = False

View File

@ -14,4 +14,8 @@ PH_ZNear =
PH_ZFar = PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False
EFBScale = 2
SafeTextureCache = True
SafeTextureCacheColorSamples = 512

View File

@ -14,4 +14,8 @@ PH_ZNear =
PH_ZFar = PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False
EFBScale = 2
SafeTextureCache = True
SafeTextureCacheColorSamples = 512

View File

@ -7,4 +7,15 @@ EmulationIssues =
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko] [Gecko]
[Video_Settings]
UseXFB = True
UseRealXFB = False
SafeTextureCache = True
SafeTextureCacheColorSamples = 512
EFBScale = 2