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

@ -120,7 +120,7 @@ protected:
static size_t temp_size;
private:
static void DumpTexture(TCacheEntryBase* entry, unsigned int level);
static void DumpTexture(TCacheEntryBase* entry, std::string basename, unsigned int level);
static void CheckTempSize(size_t required_size);
static TCacheEntryBase* AllocateRenderTarget(unsigned int width, unsigned int height);