mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[TPHD] Fix some unchanged values
This commit is contained in:
parent
c049e68525
commit
880addc986
@ -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 New Issue
Block a user