mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
TextureCacheBase: Move texture dumping to a helper function.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user