misc cleanup

This commit is contained in:
Jaklyy
2024-02-26 12:25:49 -05:00
parent 9ffa04dfbc
commit 56e506ef9a
4 changed files with 5 additions and 6 deletions

View File

@ -1043,7 +1043,7 @@ void GPU::StartScanline(u32 line) noexcept
}
else if (VCount == 183)
{
GPU3D.DispCnt |= GPU3D.RDLinesUnderflow << 12;
GPU3D.DispCnt |= GPU3D.RDLinesUnderflow << 12; // CHECKME: does this get set *exactly* at vcount 183? earlier? later?
}
}