This commit is contained in:
StapleButter
2017-04-09 03:35:32 +02:00
parent 3f3b2977d7
commit bc70f00372
4 changed files with 330 additions and 63 deletions

View File

@ -649,6 +649,9 @@ void StartScanline(u32 line)
else
DispStat[1] &= ~(1<<2);
GPU2D_A->CheckWindows(line);
GPU2D_B->CheckWindows(line);
if (line >= 2 && line < 194)
NDS::CheckDMAs(0, 0x03);
else if (line == 194)