GPU: Fix IRQ request
This commit is contained in:
@ -210,7 +210,7 @@ bool GPU::HandleInterruptRequestCommand()
|
||||
DEBUG_LOG("GP0 interrupt request");
|
||||
|
||||
m_GPUSTAT.interrupt_request = true;
|
||||
InterruptController::SetLineState(InterruptController::IRQ::GPU, m_GPUSTAT.interrupt_request);
|
||||
InterruptController::SetLineState(InterruptController::IRQ::GPU, true);
|
||||
|
||||
m_fifo.RemoveOne();
|
||||
AddCommandTicks(1);
|
||||
|
||||
Reference in New Issue
Block a user