mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 02:33:05 -03:00
[Pikmin 3] Scale more half-res formats, fix q-res scaling
This commit is contained in:
parent
7b7802ee1a
commit
fe6a272876
1 changed files with 10 additions and 3 deletions
|
@ -90,14 +90,14 @@ overwriteHeight = ($height / $gameHeight) * 720
|
||||||
[TextureRedefine] # Blur Map
|
[TextureRedefine] # Blur Map
|
||||||
width = 640
|
width = 640
|
||||||
height = 368
|
height = 368
|
||||||
formats = 0x1,0x5,0x19,0x1a,0x816
|
formats = 0x1,0x5,0x19,0x1a,0x80e,0x816,0x820
|
||||||
overwriteWidth = ($width / $gameWidth) * 640
|
overwriteWidth = ($width / $gameWidth) * 640
|
||||||
overwriteHeight = ($height / $gameHeight) * 368
|
overwriteHeight = ($height / $gameHeight) * 368
|
||||||
|
|
||||||
[TextureRedefine] # Blur Map
|
[TextureRedefine] # Blur Map
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
formats = 0x1,0x19,0x816,0x820
|
formats = 0x1,0x5,0x19,0x1a,0x80e,0x816,0x820
|
||||||
tileModesExcluded = 0x001
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = ($width / $gameWidth) * 640
|
overwriteWidth = ($width / $gameWidth) * 640
|
||||||
overwriteHeight = ($height / $gameHeight) * 360
|
overwriteHeight = ($height / $gameHeight) * 360
|
||||||
|
@ -116,10 +116,17 @@ formats = 0x1,0x816
|
||||||
overwriteWidth = ($width / $gameWidth) * 256
|
overwriteWidth = ($width / $gameWidth) * 256
|
||||||
overwriteHeight = ($height / $gameHeight) * 128
|
overwriteHeight = ($height / $gameHeight) * 128
|
||||||
|
|
||||||
|
[TextureRedefine] # Bloom Map
|
||||||
|
width = 320
|
||||||
|
height = 192
|
||||||
|
formats = 0x1a,0x816
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 320
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 192
|
||||||
|
|
||||||
[TextureRedefine] # Bloom Map
|
[TextureRedefine] # Bloom Map
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
formats = 0x816,0x820
|
formats = 0x1a,0x816,0x820
|
||||||
overwriteWidth = ($width / $gameWidth) * 320
|
overwriteWidth = ($width / $gameWidth) * 320
|
||||||
overwriteHeight = ($height / $gameHeight) * 180
|
overwriteHeight = ($height / $gameHeight) * 180
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue