mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-02 16:32:55 +00:00
CustomTexture: Use another file name with wildcards
This commit is contained in:
parent
a353ead3cb
commit
ee9d05d67f
3 changed files with 13 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue