mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
Super Mario 3D World Circus inital scale
Thanks getdls for your rulesGen program, it helped a lot with this There are still a few issues left with the stage such as effects like bloom suddenly dissapearing, but now the stage should look a lot better
This commit is contained in:
parent
fb372a1842
commit
ac0795526f
4 changed files with 1009 additions and 16 deletions
|
@ -37,6 +37,13 @@ $gameHeight = 720
|
||||||
|
|
||||||
# Common HD Resolutions
|
# Common HD Resolutions
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 1600x900
|
||||||
|
$width = 1600
|
||||||
|
$height = 900
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1920x1080
|
name = 1920x1080
|
||||||
$width = 1920
|
$width = 1920
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -38,6 +38,13 @@ $gameHeight = 1080
|
||||||
|
|
||||||
# Common HD Resolutions
|
# Common HD Resolutions
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 1600x900
|
||||||
|
$width = 1600
|
||||||
|
$height = 900
|
||||||
|
$gameWidth = 1920
|
||||||
|
$gameHeight = 1080
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 2560x1440
|
name = 2560x1440
|
||||||
$width = 2560
|
$width = 2560
|
||||||
|
|
|
@ -31,6 +31,13 @@ $gameHeight = 720
|
||||||
|
|
||||||
# Common HD Resolutions
|
# Common HD Resolutions
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 1600x900
|
||||||
|
$width = 1600
|
||||||
|
$height = 900
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1920x1080
|
name = 1920x1080
|
||||||
$width = 1920
|
$width = 1920
|
||||||
|
|
Loading…
Reference in a new issue