VideoCommon: Merge code to generate texture names on dumping

This commit is contained in:
degasus
2014-12-22 22:33:38 +01:00
parent 51bfc4c52a
commit f8184858da
4 changed files with 30 additions and 19 deletions

View File

@ -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