mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-29 12:54:15 +01:00
[PAC-MAN] exclude loading texture
This commit is contained in:
parent
e67d06eea6
commit
c27e7ad047
@ -6,7 +6,7 @@ version = 2
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x033
|
formatsExcluded = 0x031,0x033
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ version = 2
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x033
|
formatsExcluded = 0x031,0x033
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1440
|
overwriteHeight = 1440
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ version = 2
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x033
|
formatsExcluded = 0x031,0x033
|
||||||
overwriteWidth = 3200
|
overwriteWidth = 3200
|
||||||
overwriteHeight = 1800
|
overwriteHeight = 1800
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ version = 2
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
formatsExcluded = 0x033
|
formatsExcluded = 0x031,0x033
|
||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user