CustomTexture: Use another file name with wildcards

This commit is contained in:
degasus
2015-01-21 21:22:55 +01:00
parent a353ead3cb
commit ee9d05d67f
3 changed files with 13 additions and 11 deletions
+1 -1
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);
}