mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-23 13:01:42 -04:00
VideoCommon: Fix no mips hack
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user