mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: Merge code to generate texture names on dumping
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user