removed references to itemFix
This commit is contained in:
parent
89fd8eab22
commit
a0a709af00
2 changed files with 2 additions and 5 deletions
|
@ -28,7 +28,4 @@ value.vWarp.16=Extreme (16x)
|
||||||
value.vWarp.32=Silly (32x)
|
value.vWarp.32=Silly (32x)
|
||||||
option.tWarp=Texture Warping
|
option.tWarp=Texture Warping
|
||||||
option.tWarp.comment=Emulates affine texture mapping responsible for warping textures on the PSX
|
option.tWarp.comment=Emulates affine texture mapping responsible for warping textures on the PSX
|
||||||
option.itemFix=Held Item Fix
|
|
||||||
option.itemFix.comment=Exclude held item from texture warping
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ profile.VR32=pixelSize=8 colorMode=0 !dithering hueSteps=2 satSteps=2 valSteps=2
|
||||||
screen=<profile> <empty> pixelSize <empty> [COLOR] [PSX]
|
screen=<profile> <empty> pixelSize <empty> [COLOR] [PSX]
|
||||||
|
|
||||||
screen.COLOR=colorMode dithering rgbSteps <empty> hueSteps satSteps valSteps
|
screen.COLOR=colorMode dithering rgbSteps <empty> hueSteps satSteps valSteps
|
||||||
screen.PSX=vWarp tWarp <empty> itemFix
|
screen.PSX=vWarp tWarp <empty>
|
||||||
|
|
||||||
gbuffers_hand.enabled=tWarp && itemFix
|
gbuffers_hand.enabled=tWarp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue