custom tex: disable mipmapping when dumping textures

This commit is contained in:
Flyinghead 2020-02-21 16:16:54 +01:00
parent 75bfd25224
commit 0ff22ed0a6
1 changed files with 1 additions and 1 deletions

View File

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