GS/SW: Removed unnecessary assertion when mipmap is active.

This commit is contained in:
TJnotJT 2025-07-31 22:40:12 -04:00
parent 8fc6789ef0
commit dbfcc48535
1 changed files with 0 additions and 1 deletions

View File

@ -1099,7 +1099,6 @@ bool GSRendererSW::GetScanlineGlobalData(SharedData* data)
if (gd.sel.fst)
{
pxAssert(gd.sel.lcm == 1);
pxAssert(((m_vt.m_min.t.uph(m_vt.m_max.t) == GSVector4::zero()).mask() & 3) == 3); // ratchet and clank (menu)
gd.sel.lcm = 1;
}