mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[MK8] Add more multiplayer resolutions
Fixes https://github.com/slashiee/cemu_graphic_packs/issues/344 and https://github.com/slashiee/cemu_graphic_packs/issues/343
This commit is contained in:
parent
9ac7253eaf
commit
f05c8408f3
@ -31,3 +31,10 @@ height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = $shadowRes * 1024
|
||||
overwriteHeight = $shadowRes * 1024
|
||||
|
||||
[TextureRedefine] # 3-4P shadows
|
||||
width = 512
|
||||
height = 512
|
||||
formats = 0x005
|
||||
overwriteWidth = $shadowRes * 512
|
||||
overwriteHeight = $shadowRes * 512
|
||||
|
@ -239,6 +239,20 @@ formats = 0x816
|
||||
overwriteWidth = ($width/$gameWidth) * 512
|
||||
overwriteHeight = ($height/$gameHeight) * 256
|
||||
|
||||
[TextureRedefine] # MP Selection Menu - Player Alpha Cutout Rendering
|
||||
width = 640
|
||||
height = 320
|
||||
formats = 0x80e,0x01a,0x806,0x816,0x801
|
||||
overwriteWidth = ($width/$gameWidth) * 640
|
||||
overwriteHeight = ($height/$gameHeight) * 320
|
||||
|
||||
[TextureRedefine] # MP Selection Menu - Depth Map
|
||||
width = 768
|
||||
height = 768
|
||||
formats = 0x80e,0x005
|
||||
overwriteWidth = ($width/$gameWidth) * 640
|
||||
overwriteHeight = ($height/$gameHeight) * 320
|
||||
|
||||
# Blur in menus
|
||||
[TextureRedefine]
|
||||
width = 320
|
||||
|
Loading…
Reference in New Issue
Block a user