mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
force update 2
This commit is contained in:
parent
a3e675cba0
commit
0968545190
1 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ $height = 720
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
// Performance
|
# Performance
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 320x180
|
name = 320x180
|
||||||
|
@ -35,7 +35,7 @@ $height = 540
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
// Common HD Resolutions
|
# Common HD Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1600x900
|
name = 1600x900
|
||||||
|
@ -79,23 +79,23 @@ $height = 2880
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
// Common Ultrawide Resolutions
|
# Common Ultrawide Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 2560x1080 ("21:9")
|
name = 2560x1080 (Ultrawide)
|
||||||
$width = 2560
|
$width = 2560
|
||||||
$height = 1080
|
$height = 1080
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 3440x1440 ("21:9")
|
name = 3440x1440 (Ultrawide)
|
||||||
$width = 3440
|
$width = 3440
|
||||||
$height = 1440
|
$height = 1440
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
// Common 16:10 Resolutions
|
# Common 16:10 Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1440x900 (16:10)
|
name = 1440x900 (16:10)
|
||||||
|
|
Loading…
Reference in a new issue