summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2023-07-19 23:44:41 -0500
committeriwubcode <iwubcode@users.noreply.github.com>2023-07-19 23:44:41 -0500
commitf7e78742cf2c1d5dae1f0158422384a71b32fc3d (patch)
tree6465627b293fb114fbd0d9e9745cc6126b62649e /Source/Core/VideoCommon/TextureCacheBase.h
parent2764978bebce9cedf0e329c320951ff0508f7139 (diff)
VideoCommon: skip the texture dump if the texture is using a custom texture, regardless of whether or not it is loaded yet
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h
index 65b0d2b469..3592535a65 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.h
+++ b/Source/Core/VideoCommon/TextureCacheBase.h
@@ -351,7 +351,7 @@ private:
CreateTextureEntry(const TextureCreationInfo& creation_info, const TextureInfo& texture_info,
int safety_color_sample_size,
std::vector<std::shared_ptr<VideoCommon::CustomTextureData>> assets_data,
- bool custom_arbitrary_mipmaps);
+ bool custom_arbitrary_mipmaps, bool skip_texture_dump);
RcTcacheEntry GetXFBFromCache(u32 address, u32 width, u32 height, u32 stride);