mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 08:21:51 +01:00
revert smash 4 game height changes for certain resolutions
This commit is contained in:
parent
a4c9fe50fd
commit
9440409e25
@ -10,9 +10,9 @@ name = 1920x1080 (Default)
|
||||
$width = 1920
|
||||
$height = 1080
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1088
|
||||
$gameHeight = 1080
|
||||
|
||||
// Performance
|
||||
# Performance
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
@ -33,7 +33,7 @@ name = 960x540
|
||||
$width = 960
|
||||
$height = 540
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1088
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 1280x720
|
||||
@ -49,7 +49,7 @@ $height = 900
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1088
|
||||
|
||||
// Common HD Resolutions
|
||||
# Common HD Resolutions
|
||||
|
||||
[Preset]
|
||||
name = 2560x1440
|
||||
@ -70,14 +70,14 @@ name = 3840x2160
|
||||
$width = 3840
|
||||
$height = 2160
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1088
|
||||
$gameHeight = 1080
|
||||
|
||||
[Preset]
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1088
|
||||
$gameHeight = 1080
|
||||
|
||||
[TextureRedefine] # Game Resolution
|
||||
width = 1920
|
||||
|
Loading…
Reference in New Issue
Block a user