mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
parent
ae72ac19f0
commit
f7d9e4cd14
1 changed files with 13 additions and 0 deletions
|
@ -49,6 +49,19 @@ $scaleBlur = 0.05
|
||||||
$2pScaling = 1.0
|
$2pScaling = 1.0
|
||||||
$aspectRatio = (3840.0/720.0)
|
$aspectRatio = (3840.0/720.0)
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 1280x800 (16:10)
|
||||||
|
$width = 1280
|
||||||
|
$height = 800
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
$internalRes = 1.0
|
||||||
|
$dither = 0.01
|
||||||
|
$scaleShader = 1.0
|
||||||
|
$scaleBlur = 0.05
|
||||||
|
$2pScaling = 1.0
|
||||||
|
$aspectRatio = (1280.0/800.0)
|
||||||
|
|
||||||
# Quality
|
# Quality
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
|
|
Loading…
Reference in a new issue