mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-11 09:38:41 +12:00
DSP debugger: Fix prpage
This commit is contained in:
parent
69bbb13d5d
commit
518b279139
7 changed files with 30 additions and 9 deletions
|
@ -30,6 +30,7 @@ namespace Audio {
|
|||
void runAudioFrame(u64 eventTimestamp) override;
|
||||
|
||||
u8* getDspMemory() override { return dspRam.data(); }
|
||||
DSPCore::Type getType() override { return DSPCore::Type::Null; }
|
||||
|
||||
u16 recvData(u32 regId) override;
|
||||
bool recvDataIsReady(u32 regId) override { return true; } // Treat data as always ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue