mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
Add 32:9 resolutions to Lego Dimensions (#549)
Thanks to @victoria4dx for making this change!
This commit is contained in:
parent
c8e525102e
commit
b0083d4fc7
1 changed files with 16 additions and 0 deletions
|
@ -95,6 +95,22 @@ $height = 1440
|
|||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
# Common Super Ultrawide Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 3840x1080 (Super Ultrawide)
|
||||
$width = 3840
|
||||
$height = 1080
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[Preset]
|
||||
name = 5120x1440 (Super Ultrawide)
|
||||
$width = 5120
|
||||
$height = 1440
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
|
|
Loading…
Reference in a new issue