mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 01:09:08 +01:00
[Pokken & Splatoon] Fix resolutions
Splatoon-Multiplayer resolution now same as gamepad resolution Pokken-Actual in-game resolution, for when it displays properly
This commit is contained in:
parent
ef2d4f8733
commit
fbeff8a88c
@ -9,7 +9,7 @@ overwriteWidth = 640
|
||||
overwriteHeight = 360
|
||||
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
width = 960
|
||||
height = 720
|
||||
overwriteWidth = 480
|
||||
overwriteHeight = 360
|
@ -26,7 +26,7 @@ overwriteHeight = 540
|
||||
width = 424
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 954
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
[TextureRedefine] # squid sisters
|
||||
@ -44,5 +44,5 @@ overwriteHeight = 1080
|
||||
[TextureRedefine] # multiplayer gamepad
|
||||
width = 848
|
||||
height = 480
|
||||
overwriteWidth = 1908
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
@ -26,7 +26,7 @@ overwriteHeight = 720
|
||||
width = 424
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1272
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
||||
[TextureRedefine] # squid sisters
|
||||
@ -44,5 +44,5 @@ overwriteHeight = 1440
|
||||
[TextureRedefine] # multiplayer gamepad
|
||||
width = 848
|
||||
height = 480
|
||||
overwriteWidth = 2544
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
@ -26,7 +26,7 @@ overwriteHeight = 1080
|
||||
width = 424
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1272
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # squid sisters
|
||||
@ -44,5 +44,5 @@ overwriteHeight = 2160
|
||||
[TextureRedefine] # multiplayer gamepad
|
||||
width = 848
|
||||
height = 480
|
||||
overwriteWidth = 3816
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
@ -6,4 +6,10 @@ name = "Pokken Tournament - 1080p"
|
||||
width = 1280
|
||||
height = 720
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine]
|
||||
width = 960
|
||||
height = 720
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
@ -6,4 +6,10 @@ name = "Pokken Tournament - 1440p (2K)"
|
||||
width = 1280
|
||||
height = 720
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine]
|
||||
width = 960
|
||||
height = 720
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
@ -6,4 +6,10 @@ name = "Pokken Tournament - 2160p (4K)"
|
||||
width = 1280
|
||||
height = 720
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine]
|
||||
width = 960
|
||||
height = 720
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
Loading…
x
Reference in New Issue
Block a user