VideoCommon: Fix no mips hack

This commit is contained in:
TellowKrinkle 2026-03-21 00:35:06 -05:00
parent 12935d5b25
commit 56845b2b93

View File

@ -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}",