mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
TextureCacheBase: Move texture dumping to a helper function.
This commit is contained in:
parent
3ecc5e879c
commit
a8ad59ee3e
2 changed files with 20 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue