mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
Fix copy-paste error with BotW resolution pack
This commit is contained in:
parent
920a2e461c
commit
c9ed98f151
@ -159,16 +159,16 @@ $heightfix = 0
|
||||
name = 6880x2880 (21:9)
|
||||
$width = 6880
|
||||
$height = 2880
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$heightfix = 0
|
||||
|
||||
[Preset]
|
||||
name = 10240x4320 (21:9)
|
||||
$width = 10240
|
||||
$height = 4320
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$heightfix = 0
|
||||
|
||||
# Common 16:10 Resolutions
|
||||
|
Loading…
Reference in New Issue
Block a user