mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-30 05:14:14 +01:00
[MK8] Better color depth
before: https://cdn.discordapp.com/attachments/292733452590120961/364377909693251585/before.jpg after: https://cdn.discordapp.com/attachments/292733452590120961/364377918622924800/after.jpg
This commit is contained in:
parent
439c197476
commit
a5957ffcef
@ -3,11 +3,21 @@ titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1
|
|||||||
name = "Mario Kart 8 - 3840x2160"
|
name = "Mario Kart 8 - 3840x2160"
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
|
# Main Screen Resolution better color depth
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 1280
|
||||||
|
height = 720
|
||||||
|
formats = 0x19,0x1a
|
||||||
|
overwriteFormat = 0x1f
|
||||||
|
tileModesExcluded = 0x001
|
||||||
|
overwriteWidth = 3840
|
||||||
|
overwriteHeight = 2160
|
||||||
|
|
||||||
# Main Screen Resolution
|
# Main Screen Resolution
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x41A,0x431 # exclude the intro background texture, race end background
|
formatsExcluded = 0x41A,0x431,0x19,0x1a # exclude the intro background texture, race end background
|
||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user