mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
VideoCommon: Merge code to generate texture names on dumping
This commit is contained in:
parent
51bfc4c52a
commit
f8184858da
4 changed files with 30 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue