TextureCacheBase: Move texture dumping to a helper function.

This commit is contained in:
NeoBrainX 2012-05-12 13:31:09 +02:00
commit a8ad59ee3e
2 changed files with 20 additions and 17 deletions

View file

@ -128,6 +128,7 @@ protected:
private:
static PC_TexFormat LoadCustomTexture(u64 tex_hash, int texformat, unsigned int& width, unsigned int& height, u8* dest);
static void DumpTexture(TCacheEntryBase* entry);
typedef std::map<u32, TCacheEntryBase*> TexCache;