mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 08:21:51 +01:00
add tropical freeze
This commit is contained in:
parent
cd77f8d0b0
commit
4313877e2c
13
README.md
13
README.md
@ -3,6 +3,8 @@
|
||||
|
||||
-Captain Toad: Treasure Tracker (1080p, 1440p, 2160p)
|
||||
|
||||
-Donkey Kong Country: Tropical Freeze (1080p, 1440p, 2160p)
|
||||
|
||||
-Mario Kart 8 (1080p, 1440p, 2160p)
|
||||
|
||||
-New Super Luigi U (1080p, 1440p, 2160p)
|
||||
@ -19,4 +21,13 @@
|
||||
|
||||
-Super Mario Maker (720p Gamepad)
|
||||
|
||||
-Xenoblade Chronicles X (1080p, 1440p, 2160p)
|
||||
-Xenoblade Chronicles X (1080p, 1440p, 2160p)
|
||||
|
||||
#Issues
|
||||
-Donkey Kong Country: Tropical Freeze
|
||||
|
||||
Water does not appear correctly
|
||||
|
||||
-Nintendo Land
|
||||
|
||||
Title screen is completely white
|
16
TropicalFreeze_1080p/rules.txt
Normal file
16
TropicalFreeze_1080p/rules.txt
Normal file
@ -0,0 +1,16 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010137F00,0005000010138300,0005000010144800
|
||||
name = "Donkey Kong Country: Tropical Freeze - 1080p"
|
||||
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
16
TropicalFreeze_1440p/rules.txt
Normal file
16
TropicalFreeze_1440p/rules.txt
Normal file
@ -0,0 +1,16 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010137F00,0005000010138300,0005000010144800
|
||||
name = "Donkey Kong Country: Tropical Freeze - 1440p (2K)"
|
||||
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
16
TropicalFreeze_2160p/rules.txt
Normal file
16
TropicalFreeze_2160p/rules.txt
Normal file
@ -0,0 +1,16 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010137F00,0005000010138300,0005000010144800
|
||||
name = "Donkey Kong Country: Tropical Freeze - 2160p (4K)"
|
||||
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x031 # exclude the intro background texture
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
Loading…
Reference in New Issue
Block a user