cemu_graphic_packs/MK8_1080p/rules.txt
Michael b74219196f improve MK8 preformance
resolutions are now multiplied
720p -> 1080p = 1.5
720p -> 1440p = 2
720p -> 2160p = 3
2017-01-11 19:21:22 -08:00

43 lines
974 B
Plaintext

[Definition]
titleIds = 000500001010ec00,0005000e1010ed00,0005000e1010eb00,ffffffff85887bc1
name = "Mario Kart 8 - 1080p"
# Main Screen Resolution
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background
overwriteWidth = 1920
overwriteHeight = 1080
# Half Res Alpha (and DOF)
[TextureRedefine]
width = 640
height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 960
overwriteHeight = 540
# MKTV screen
[TextureRedefine]
width = 960
height = 540
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1440
overwriteHeight = 810
# MKTV internal render targets
[TextureRedefine]
width = 960
height = 536
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1440
overwriteHeight = 804
# MKTV half res alpha
[TextureRedefine]
width = 480
height = 268
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 720
overwriteHeight = 402