From 56845b2b934bf66fdef6fca015e341a1f7b3b53e Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Sat, 21 Mar 2026 00:35:06 -0500 Subject: [PATCH] VideoCommon: Fix no mips hack --- Source/Core/VideoCommon/TextureCacheBase.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index 4b048ef2ac..4d1d795938 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -1722,6 +1722,8 @@ RcTcacheEntry TextureCacheBase::CreateTextureEntry( for (const auto& mip_level : texture_info.GetMipMapLevels()) { + if (no_mips) + break; if (!mip_level.IsDataValid()) { ERROR_LOG_FMT(VIDEO, "Trying to use an invalid mipmap address {:#010x}",