mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
[BotW] Fix single 32:10 resolution
This commit is contained in:
parent
7d3f14dfb5
commit
5a583d6ea3
@ -294,7 +294,7 @@ $width = 3840
|
|||||||
$height = 1200
|
$height = 1200
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 5760x1200
|
name = 5760x1800
|
||||||
category = Resolution
|
category = Resolution
|
||||||
condition = ((($aspectRatioWidth - 32) == 0) + (($aspectRatioHeight - 10) == 0)) == 2
|
condition = ((($aspectRatioWidth - 32) == 0) + (($aspectRatioHeight - 10) == 0)) == 2
|
||||||
$width = 5760
|
$width = 5760
|
||||||
|
Loading…
Reference in New Issue
Block a user