Implement some of the suggestions from issue 76.
This commit is contained in:
parent
aaeda4d6c9
commit
fad77308a1
16
G3FE69.ini
16
G3FE69.ini
|
@ -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
|
||||
|
|
17
G3FF69.ini
17
G3FF69.ini
|
@ -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
|
||||
|
|
17
G3FP69.ini
17
G3FP69.ini
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
12
GT6E70.ini
12
GT6E70.ini
|
@ -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
|
||||
|
|
|
@ -14,4 +14,8 @@ PH_ZNear =
|
|||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
EFBScale = 2
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
|
|
@ -14,4 +14,8 @@ PH_ZNear =
|
|||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
EFBScale = 2
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
|
11
WRXE08.ini
11
WRXE08.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue