[DSP] More event hax

This commit is contained in:
wheremyfoodat 2023-04-28 01:53:43 +03:00
parent 4f8fa164ff
commit 856aaf4440
2 changed files with 5 additions and 0 deletions

View file

@ -123,6 +123,10 @@ void GPUService::requestInterrupt(GPUInterrupt type) {
if (interruptEvent.has_value()) {
kernel.signalEvent(interruptEvent.value());
}
// HACK: Signal DSP events on GPU interrupt for now until we have the DSP since games need DSP events
// Maybe there's a better alternative?
kernel.signalDSPEvents();
}
void GPUService::writeHwRegs(u32 messagePointer) {