mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
[TPHD] Fix some unchanged values
This commit is contained in:
parent
c049e68525
commit
880addc986
1 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue