mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 16:29:24 +01:00
[BotW] Add 32:9 resolutions (#482)
Thanks Morph for adding this requested feature!
This commit is contained in:
parent
50279fb4c0
commit
90cbeab9b2
@ -171,6 +171,46 @@ $gameWidth = 1280
|
|||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$heightfix = 0
|
$heightfix = 0
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 3840x1080 (32:9)
|
||||||
|
$width = 3840
|
||||||
|
$height = 1080
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
$heightfix = 0
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 5120x1440 (32:9)
|
||||||
|
$width = 5120
|
||||||
|
$height = 1440
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
$heightfix = 0
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 7680x2160 (32:9)
|
||||||
|
$width = 7680
|
||||||
|
$height = 2160
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
$heightfix = 0
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 10240x2880 (32:9)
|
||||||
|
$width = 10240
|
||||||
|
$height = 2880
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
$heightfix = 0
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 15360x4320 (32:9)
|
||||||
|
$width = 15360
|
||||||
|
$height = 4320
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
$heightfix = 0
|
||||||
|
|
||||||
# Common 16:10 Resolutions
|
# Common 16:10 Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user