F-Zero GX update.
This commit is contained in:
parent
8151b21ec7
commit
aaeda4d6c9
16
GFZE01.ini
16
GFZE01.ini
|
@ -4,15 +4,15 @@ EnableFPRF = True
|
||||||
TLBHack = 1
|
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 = Story Mode videos do not display (r6572)
|
EmulationIssues = Use direct 3d 9 plugin otherwise disable dual core. Needs to boot a couple of times at the beginning to run with direct 3d 9 plugin in dual core.(r7446)
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 1
|
||||||
PH_SZNear = 0
|
PH_SZNear = 1
|
||||||
PH_SZFar = 0
|
PH_SZFar = 1
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear = 20
|
||||||
PH_ZFar =
|
PH_ZFar = 1.99998
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
$(m)
|
$(m)
|
||||||
8C034168 4E800020
|
8C034168 4E800020
|
||||||
|
@ -44,5 +44,7 @@ $All Vehicles Unlocked
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
EFBCopyCacheEnable = True
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
PostProcessingShader =
|
PostProcessingShader = off
|
||||||
|
[Video_Settings]
|
||||||
|
|
22
GFZP01.ini
22
GFZP01.ini
|
@ -1,18 +1,24 @@
|
||||||
# GFZP01 - F-ZERO GX (PAL)
|
# GFZP01 - F-ZERO GX (PAL)
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
TLBHack = 1
|
|
||||||
EnableFPRF = True
|
EnableFPRF = True
|
||||||
[EmuState]
|
TLBHack = 1
|
||||||
#The Emulation State.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =Story Mode videos do not display (r6572)
|
EmulationIssues = Use direct 3d 9 plugin otherwise disable dual core. Needs to boot a couple of times at the beginning to run with direct 3d 9 plugin in dual core.(r7446)
|
||||||
[OnFrame]
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay]
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 1
|
||||||
|
PH_SZNear = 1
|
||||||
|
PH_SZFar = 1
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear = 20
|
||||||
|
PH_ZFar = 1.99998
|
||||||
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
EFBCopyCacheEnable = True
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
PostProcessingShader =
|
PostProcessingShader = off
|
||||||
|
[Video_Settings]
|
||||||
|
|
Loading…
Reference in New Issue