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
[EmuState]
#The Emulation State.
EmulationStateId = 3
EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Core]
MMU = 1
VBeam = 1
BlockMerging = 1
[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
[EmuState]
#The Emulation State.
EmulationStateId = 3
EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Core]
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
[EmuState]
#The Emulation State.
EmulationStateId = 3
EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Core]
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.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
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.
[ActionReplay] Add action replay cheats here.
[Video]
@ -15,6 +15,6 @@ PH_ZFar =
[Gecko]
[Video_Settings]
UseXFB = True
UseRealXFB = False
UseRealXFB = True
[Video_Enhancements]
PostProcessingShader =
PostProcessingShader = off

View File

@ -2,7 +2,7 @@
[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 = 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.
[ActionReplay] Add action replay cheats here.
[Video]
@ -15,6 +15,6 @@ PH_ZFar =
[Gecko]
[Video_Settings]
UseXFB = True
UseRealXFB = False
UseRealXFB = True
[Video_Enhancements]
PostProcessingShader =
PostProcessingShader = off

View File

@ -1,8 +1,9 @@
# GT6E70 - Terminator 3: The Redemption
[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 = Needs Real XFB and Safe Texture Cache
EmulationIssues =
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
$Master Code
@ -49,7 +50,8 @@ PH_ZFar =
[Gecko]
[Video_Settings]
UseXFB = True
UseRealXFB = True
SafeTextureCache = True
UseRealXFB = False
[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False
EFBAccessEnable = False

View File

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

View File

@ -14,4 +14,8 @@ PH_ZNear =
PH_ZFar =
[Gecko]
[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.
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Video_Settings]
UseXFB = True
UseRealXFB = False
SafeTextureCache = True
SafeTextureCacheColorSamples = 512
EFBScale = 2