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