mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[MK8] Restore multiplayer kart preview upscaling
before: https://cdn.discordapp.com/attachments/292733452590120961/362580915198754827/Untitled.jpg after: https://cdn.discordapp.com/attachments/292733452590120961/362581086506844171/Untitled.jpg
This commit is contained in:
parent
8a17072910
commit
1eb76d2a9d
@ -91,3 +91,11 @@ height = 134
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = <?=round($scaleFactorX*240)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*134)?>
|
||||
|
||||
# Multiplayer kart preview
|
||||
[TextureRedefine]
|
||||
width = 640
|
||||
height = 320
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*320)?>
|
||||
|
Loading…
Reference in New Issue
Block a user