mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +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
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue