diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2017-11-01 22:05:34 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2017-11-17 22:11:34 -0600 |
| commit | 61541ab243552c755004e069ef392e68741966c8 (patch) | |
| tree | e9e6cef32e84208ce5d323e10ce86a398e7ed057 /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | 8678e8ddd34e5d67ca08f2d6ec9a9e9aa61cf996 (diff) | |
Enhance xfb dumping to distinguish between the xfbs created from memory and the xfbs created from overlapping copies
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 696c6ec888..5eee06c6d8 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -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 |
