tentatively improve gxfifo irq timings?

This commit is contained in:
Jaklyy 2024-12-27 17:46:35 -05:00
parent 4d4f374e70
commit c39db83d5b
1 changed files with 1 additions and 1 deletions

View File

@ -2417,7 +2417,7 @@ void GPU3D::CheckFIFOIRQ() noexcept
case 2: irq = CmdFIFO.IsEmpty(); break;
}
if (irq) NDS.SetIRQ(0, IRQ_GXFIFO);
if (irq) NDS.SetIRQ(0, IRQ_GXFIFO, CycleCount);
else NDS.ClearIRQ(0, IRQ_GXFIFO);
}