[TPHD] Fix some unchanged values

This commit is contained in:
Michael 2022-03-09 19:36:57 -08:00
parent c049e68525
commit 880addc986

View File

@ -197,9 +197,9 @@ $dither = 0.01
$scaleShader = 1.0
$scaleBlur = 0.05
$internalRes = 1.0
$aspectRatio = (1440.0/900.0)
$aspectRatio = (1280.0/800.0)
$UIAspectX = 1.0
$UIAspectY = ( 1440.0 / 900.0 ) / (1920.0 / 1080.0)
$UIAspectY = ( 1280.0 / 800.0 ) / (1920.0 / 1080.0)
$UItransp = 1.0
[Preset]
@ -695,9 +695,9 @@ $dither = 0.01
$scaleShader = 1.0
$scaleBlur = 0.05
$internalRes = 1.0
$aspectRatio = (1440.0/900.0)
$aspectRatio = (1280.0/800.0)
$UIAspectX = 1.0
$UIAspectY = ( 1440.0 / 900.0 ) / (1920.0 / 1080.0)
$UIAspectY = ( 1280.0 / 800.0 ) / (1920.0 / 1080.0)
$UItransp = 0.75
[Preset]