mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
misc cleanup
This commit is contained in:
@ -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?
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user