mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-02-18 19:16:19 +01:00
add back 2880p + add 2160pUW
parent
bc43f61f16
commit
051ac0b595
@ -261,6 +261,13 @@ $height = 2160
|
|||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 5120x2880
|
||||||
|
$width = 5120
|
||||||
|
$height = 2880
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS, DON'T ADD THESE IF THE GAME PATCH DOESN'T EXIST
|
## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS, DON'T ADD THESE IF THE GAME PATCH DOESN'T EXIST
|
||||||
|
|
||||||
# Common Ultrawide Resolutions
|
# Common Ultrawide Resolutions
|
||||||
@ -278,6 +285,13 @@ $width = 3440
|
|||||||
$height = 1440
|
$height = 1440
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 5120x2160 (Ultrawide)
|
||||||
|
$width = 5120
|
||||||
|
$height = 2160
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
```
|
```
|
||||||
|
|
||||||
## Presets for games that are 1920x1080
|
## Presets for games that are 1920x1080
|
||||||
@ -342,6 +356,13 @@ $height = 2160
|
|||||||
$gameWidth = 1920
|
$gameWidth = 1920
|
||||||
$gameHeight = 1080
|
$gameHeight = 1080
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 5120x2880
|
||||||
|
$width = 5120
|
||||||
|
$height = 2880
|
||||||
|
$gameWidth = 1920
|
||||||
|
$gameHeight = 1080
|
||||||
|
|
||||||
## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS, DON'T ADD THESE IF THE GAME PATCH DOESN'T EXIST
|
## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS, DON'T ADD THESE IF THE GAME PATCH DOESN'T EXIST
|
||||||
|
|
||||||
# Common Ultrawide Resolutions
|
# Common Ultrawide Resolutions
|
||||||
@ -359,4 +380,11 @@ $width = 3440
|
|||||||
$height = 1440
|
$height = 1440
|
||||||
$gameWidth = 1920
|
$gameWidth = 1920
|
||||||
$gameHeight = 1080
|
$gameHeight = 1080
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 5120x2160 (Ultrawide)
|
||||||
|
$width = 5120
|
||||||
|
$height = 2160
|
||||||
|
$gameWidth = 1920
|
||||||
|
$gameHeight = 1080
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user