mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
Add 32:9 resolutions to Donkey Kong Tropical Freeze (#548)
Thanks to @victoria4dx for making this change!
This commit is contained in:
parent
f08678e29a
commit
c8e525102e
1 changed files with 16 additions and 0 deletions
|
@ -95,6 +95,22 @@ $height = 1440
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
|
|
||||||
|
# Common Super Ultrawide Resolutions
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 3840x1080 (Super Ultrawide)
|
||||||
|
$width = 3440
|
||||||
|
$height = 1080
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 5120x1440 (Super Ultrawide)
|
||||||
|
$width = 5120
|
||||||
|
$height = 1440
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
# Format Textures:
|
# Format Textures:
|
||||||
# - 0x001=Color-Red8
|
# - 0x001=Color-Red8
|
||||||
# - 0x011=Depth24_Stencil8
|
# - 0x011=Depth24_Stencil8
|
||||||
|
|
Loading…
Reference in a new issue