mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-04-10 19:15:14 +00:00
GPU: Fix GP0(1Fh) locking up emulator
This commit is contained in:
parent
5dbdc0b60c
commit
46239e6758
|
@ -119,6 +119,7 @@ bool GPU::HandleInterruptRequestCommand(const u32*& command_ptr, u32 command_siz
|
||||||
m_interrupt_controller->InterruptRequest(InterruptController::IRQ::GPU);
|
m_interrupt_controller->InterruptRequest(InterruptController::IRQ::GPU);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
command_ptr++;
|
||||||
EndCommand();
|
EndCommand();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue