mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Code cleanup for FreeTexture after merging PR #2097
This commit is contained in:
parent
e47e4c677a
commit
4d5fdb74be
2 changed files with 14 additions and 18 deletions
|
@ -140,8 +140,7 @@ private:
|
|||
static void CheckTempSize(size_t required_size);
|
||||
|
||||
static TCacheEntryBase* AllocateTexture(const TCacheEntryConfig& config);
|
||||
static TexCache::iterator RemoveTextureFromCache(TexCache::iterator t_iter);
|
||||
static void FreeTexture(TCacheEntryBase* entry);
|
||||
static TexCache::iterator FreeTexture(TexCache::iterator t_iter);
|
||||
|
||||
static TCacheEntryBase* ReturnEntry(unsigned int stage, TCacheEntryBase* entry);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue