[PAC-MAN] exclude loading texture

This commit is contained in:
Michael 2017-06-26 00:02:44 -07:00
parent e67d06eea6
commit c27e7ad047
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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