From f7e78742cf2c1d5dae1f0158422384a71b32fc3d Mon Sep 17 00:00:00 2001 From: iwubcode Date: Wed, 19 Jul 2023 23:44:41 -0500 Subject: VideoCommon: skip the texture dump if the texture is using a custom texture, regardless of whether or not it is loaded yet --- Source/Core/VideoCommon/TextureCacheBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/TextureCacheBase.h') 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> assets_data, - bool custom_arbitrary_mipmaps); + bool custom_arbitrary_mipmaps, bool skip_texture_dump); RcTcacheEntry GetXFBFromCache(u32 address, u32 width, u32 height, u32 stride); -- cgit v1.2.3