[BotW] Add 32:9 resolutions (#482)

Thanks Morph for adding this requested feature!
This commit is contained in:
Morph 2020-12-20 22:49:50 +08:00 committed by GitHub
parent 50279fb4c0
commit 90cbeab9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
name = 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.
version = 4
version = 4
[Preset]
name = 1280x720 (16:9) (Default)
@ -171,6 +171,46 @@ $gameWidth = 1280
$gameHeight = 720
$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
[Preset]