mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
Fix some preset errors
Detected some faulty presets with my script, since logging these kind of issues make sense. Doing these separately since otherwise the big commit will make these changes invisible.
This commit is contained in:
parent
80a68ce4f1
commit
6f836a57f3
@ -19,7 +19,7 @@ $targetFPS:int = 30
|
||||
|
||||
[Preset]
|
||||
name= Static 165FPS (ideal for 165hz displays)
|
||||
$targetFPS:it = 165
|
||||
$targetFPS:int = 165
|
||||
|
||||
[Preset]
|
||||
name = Static 144FPS (ideal for 144Hz displays)
|
||||
|
@ -458,21 +458,6 @@ $UIAspectX = ( 1920.0 / 1080.0 ) / ( 5760.0 / 1080.0 )
|
||||
$UIAspectY = 1.0
|
||||
$UItransp = 1.0
|
||||
|
||||
[Preset]
|
||||
name =
|
||||
$width = 1920
|
||||
$height = 1080
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
$dither = 0.01
|
||||
$scaleShader = 1.0
|
||||
$scaleBlur = 0.05
|
||||
$internalRes = 1.0
|
||||
$aspectRatio = (16.0/9.0)
|
||||
$UIAspectX = 1.0
|
||||
$UIAspectY = 1.0
|
||||
$UItransp = 0.75
|
||||
|
||||
[Preset]
|
||||
name = -- UI 25% transparency, reduces risk of burn in --
|
||||
$width = 1920
|
||||
|
Loading…
Reference in New Issue
Block a user