mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
138 lines
1.9 KiB
Markdown
138 lines
1.9 KiB
Markdown
|
```
|
||
|
[Preset]
|
||
|
name = 1920x1080 (Default)
|
||
|
$width = 1920
|
||
|
$height = 1080
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
// Performance
|
||
|
|
||
|
[Preset]
|
||
|
name = 320x180
|
||
|
$width = 320
|
||
|
$height = 180
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 640x360
|
||
|
$width = 640
|
||
|
$height = 360
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 960x540
|
||
|
$width = 960
|
||
|
$height = 540
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 1280x720
|
||
|
$width = 1280
|
||
|
$height = 720
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
// Common HD Resolutions
|
||
|
|
||
|
[Preset]
|
||
|
name = 2560x1440
|
||
|
$width = 2560
|
||
|
$height = 1440
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 3200x1800
|
||
|
$width = 3200
|
||
|
$height = 1800
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 3840x2160
|
||
|
$width = 3840
|
||
|
$height = 2160
|
||
|
$gameWidth = 1920
|
||
|
$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 ////
|
||
|
|
||
|
// Common Ultrawide Resolutions
|
||
|
|
||
|
[Preset]
|
||
|
name = 2560x1080 ("21:9")
|
||
|
$width = 2560
|
||
|
$height = 1080
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 3440x1440 ("21:9")
|
||
|
$width = 3440
|
||
|
$height = 1440
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
// Common 16:10 Resolutions
|
||
|
|
||
|
[Preset]
|
||
|
name = 1440x900 (16:10)
|
||
|
$width = 1440
|
||
|
$height = 900
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 1680x1050 (16:10)
|
||
|
$width = 1680
|
||
|
$height = 1050
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 1920x1200 (16:10)
|
||
|
$width = 1920
|
||
|
$height = 1200
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 2560x1600 (16:10)
|
||
|
$width = 2560
|
||
|
$height = 1600
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 2880x1800 (16:10)
|
||
|
$width = 2880
|
||
|
$height = 1800
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 3840x2400 (16:10)
|
||
|
$width = 3840
|
||
|
$height = 2400
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 5120x3200 (16:10)
|
||
|
$width = 5120
|
||
|
$height = 3200
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
```
|