mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[Pokken] fix missing background
This commit is contained in:
parent
876091a1d3
commit
b81f206917
@ -5,7 +5,7 @@ name = "Pokken Tournament - 360p"
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
||||||
overwriteWidth = 640
|
overwriteWidth = 640
|
||||||
overwriteHeight = 360
|
overwriteHeight = 360
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Pokken Tournament - 540p"
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Pokken Tournament - 1080p"
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Pokken Tournament - 1440p (2K)"
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1440
|
overwriteHeight = 1440
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Pokken Tournament - 1800p (3K)"
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
||||||
overwriteWidth = 3200
|
overwriteWidth = 3200
|
||||||
overwriteHeight = 1800
|
overwriteHeight = 1800
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Pokken Tournament - 2160p (4K)"
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x001 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
formatsExcluded = 0x001,0x033 # Excludes FMV B&W layer (only viewable with rajkosto's implementation)
|
||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user