CustomTexture: Use another file name with wildcards

This commit is contained in:
degasus
2015-01-14 21:25:33 +01:00
parent a353ead3cb
commit ee9d05d67f
3 changed files with 13 additions and 11 deletions

View File

@ -25,7 +25,7 @@ public:
const u8* texture, size_t texture_size,
const u8* tlut, size_t tlut_size,
u32 width, u32 height,
int format
int format, bool dump = false
);
~HiresTexture();