Enhance xfb dumping to distinguish between the xfbs created from memory and the xfbs created from overlapping copies

This commit is contained in:
iwubcode
2017-11-01 22:05:34 -05:00
parent 8678e8ddd3
commit 61541ab243
2 changed files with 24 additions and 23 deletions

View File

@ -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