mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-22 22:51:15 +01:00
[BotW] Add two resolutions to Ultrawide
1720x720 (half of 3440x1440), 2100x900 (21:9 for 900p)
This commit is contained in:
parent
a55219ea79
commit
fa88d23023
@ -215,6 +215,20 @@ $height = 3200
|
||||
|
||||
# 21:9 Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 1720x720
|
||||
category = Resolution
|
||||
condition = ((($aspectRatioWidth - 21) == 0) + (($aspectRatioHeight - 9) == 0)) == 2
|
||||
$width = 1720
|
||||
$height = 720
|
||||
|
||||
[Preset]
|
||||
name = 2100x900
|
||||
category = Resolution
|
||||
condition = ((($aspectRatioWidth - 21) == 0) + (($aspectRatioHeight - 9) == 0)) == 2
|
||||
$width = 2100
|
||||
$height = 900
|
||||
|
||||
[Preset]
|
||||
name = 2560x1080
|
||||
category = Resolution
|
||||
|
Loading…
x
Reference in New Issue
Block a user