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

@ -476,7 +476,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(const u32 stage)
src_data, texture_size,
&texMem[tlutaddr], palette_size,
width, height,
texformat
texformat, true
);
DumpTexture(entry, basename, 0);
}