mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
[Splat] add 480p resolution
This commit is contained in:
parent
af29cc9e2d
commit
48d6c58de3
1 changed files with 9 additions and 2 deletions
|
@ -28,6 +28,13 @@ $height = 360
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 854x480
|
||||||
|
$width = 854
|
||||||
|
$height = 480
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 960x540
|
name = 960x540
|
||||||
$width = 960
|
$width = 960
|
||||||
|
@ -82,14 +89,14 @@ $gameHeight = 720
|
||||||
# Common Ultrawide Resolutions
|
# Common Ultrawide Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 2560x1080 ("21:9")
|
name = 2560x1080 (Ultrawide)
|
||||||
$width = 2560
|
$width = 2560
|
||||||
$height = 1080
|
$height = 1080
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 3440x1440 ("21:9")
|
name = 3440x1440 (Ultrawide)
|
||||||
$width = 3440
|
$width = 3440
|
||||||
$height = 1440
|
$height = 1440
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
|
|
Loading…
Reference in a new issue