mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
VideoCommon: Merge code to generate texture names on dumping
This commit is contained in:
parent
51bfc4c52a
commit
f8184858da
4 changed files with 30 additions and 19 deletions
|
@ -21,6 +21,13 @@ public:
|
|||
int format
|
||||
);
|
||||
|
||||
static std::string GenBaseName(
|
||||
const u8* texture, size_t texture_size,
|
||||
const u8* tlut, size_t tlut_size,
|
||||
u32 width, u32 height,
|
||||
int format
|
||||
);
|
||||
|
||||
~HiresTexture();
|
||||
|
||||
struct Level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue