mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: Merge code to generate texture names on dumping
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user