diff --git a/core/rend/TexCache.cpp b/core/rend/TexCache.cpp index ee4193104..da2b06fb2 100644 --- a/core/rend/TexCache.cpp +++ b/core/rend/TexCache.cpp @@ -636,7 +636,7 @@ void BaseTextureCacheData::Update() need_32bit_buffer = false; // TODO avoid upscaling/depost. textures that change too often - bool mipmapped = IsMipmapped() && settings.rend.UseMipmaps; + bool mipmapped = IsMipmapped() && settings.rend.UseMipmaps && !settings.rend.DumpTextures; if (texconv32 != NULL && need_32bit_buffer) {