mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 08:19:23 +01:00
[BotW] Add 32:9 resolutions (#482)
Thanks Morph for adding this requested feature!
This commit is contained in:
parent
50279fb4c0
commit
90cbeab9b2
@ -3,7 +3,7 @@ titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
|||||||
name = Resolution
|
name = Resolution
|
||||||
path = "The Legend of Zelda: Breath of the Wild/Graphics/Resolution"
|
path = "The Legend of Zelda: Breath of the Wild/Graphics/Resolution"
|
||||||
description = Changes the resolution of the game. Made by Kiri, Skalfate, rajkosto and NAVras.
|
description = Changes the resolution of the game. Made by Kiri, Skalfate, rajkosto and NAVras.
|
||||||
version = 4
|
version = 4
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1280x720 (16:9) (Default)
|
name = 1280x720 (16:9) (Default)
|
||||||
@ -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