mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Forward interrupts properly in Teakra DSP core
This commit is contained in:
parent
5dd3c02ffb
commit
d3dc9e2f71
3 changed files with 19 additions and 15 deletions
|
@ -124,7 +124,6 @@ void DSPService::recvData(u32 messagePointer) {
|
|||
log("DSP::RecvData (register = %d)\n", registerIndex);
|
||||
if (registerIndex != 0) Helpers::panic("Unknown register in DSP::RecvData");
|
||||
|
||||
// Return 0 if the DSP is running, otherwise 1
|
||||
const u16 data = dsp->recvData(registerIndex);
|
||||
|
||||
mem.write32(messagePointer, IPC::responseHeader(0x01, 2, 0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue