mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
[DSP] More event hax
This commit is contained in:
parent
4f8fa164ff
commit
856aaf4440
2 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue