mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 10:09:18 +01:00
2561ab9098
Preformance won't actually help much unless it's a GPU bottleneck.
43 lines
984 B
Plaintext
43 lines
984 B
Plaintext
[Definition]
|
|
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1
|
|
name = "Mario Kart 8 - 2160p (4K)"
|
|
|
|
# Main Screen Resolution
|
|
[TextureRedefine]
|
|
width = 1280
|
|
height = 720
|
|
formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background
|
|
overwriteWidth = 3840
|
|
overwriteHeight = 2160
|
|
|
|
# Half Res Alpha (and DOF)
|
|
[TextureRedefine]
|
|
width = 640
|
|
height = 360
|
|
formatsExcluded = 0x41A # exclude obvious textures
|
|
overwriteWidth = 1920
|
|
overwriteHeight = 1080
|
|
|
|
# MKTV output
|
|
[TextureRedefine]
|
|
width = 960
|
|
height = 540
|
|
formatsExcluded = 0x41A # exclude obvious textures
|
|
overwriteWidth = 2880
|
|
overwriteHeight = 1620
|
|
|
|
# MKTV internal render targets
|
|
[TextureRedefine]
|
|
width = 960
|
|
height = 536
|
|
formatsExcluded = 0x41A # exclude obvious textures
|
|
overwriteWidth = 2880
|
|
overwriteHeight = 1608
|
|
|
|
# MKTV half res alpha
|
|
[TextureRedefine]
|
|
width = 480
|
|
height = 268
|
|
formatsExcluded = 0x41A # exclude obvious textures
|
|
overwriteWidth = 1440
|
|
overwriteHeight = 804 |