Eternal Darkness update. This projection hack seems to work fine here.If anyone notices something wrong inform me to revert.
This commit is contained in:
parent
9f2c549255
commit
209b9587a8
|
@ -2,18 +2,17 @@
|
|||
[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 = Use DX11 plugin for less graphic glitches (r6436)
|
||||
EmulationIssues =
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 1
|
||||
PH_SZNear = 1
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar = 0.1
|
||||
PH_ZNear = 5
|
||||
PH_ZFar = 0.15
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
|
|
11
GEDP01.ini
11
GEDP01.ini
|
@ -2,16 +2,17 @@
|
|||
[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 = Use DX11 plugin for less graphic glitches (r6436)
|
||||
EmulationIssues =
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 1
|
||||
PH_SZNear = 1
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar = 0.1
|
||||
PH_ZNear = 5
|
||||
PH_ZFar = 0.15
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
SafeTextureCache = True
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
|
Loading…
Reference in New Issue