mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Enhance xfb dumping to distinguish between the xfbs created from memory and the xfbs created from overlapping copies
This commit is contained in:
parent
8678e8ddd3
commit
61541ab243
2 changed files with 24 additions and 23 deletions
|
@ -100,8 +100,6 @@ struct TextureLookupInformation
|
|||
int texture_cache_safety_color_sample_size = 0; // Default to safe hashing
|
||||
|
||||
u8* src_data;
|
||||
|
||||
std::string dump_base_name;
|
||||
};
|
||||
|
||||
class TextureCacheBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue