mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01: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
@ -95,6 +95,22 @@ $height = 1440
|
||||
$gameWidth = 1280
|
||||
$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:
|
||||
# - 0x001=Color-Red8
|
||||
# - 0x011=Depth24_Stencil8
|
||||
|
Loading…
Reference in New Issue
Block a user