mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-09 08:38:43 +12:00
Fix compilation errors
This commit is contained in:
parent
d010d95e18
commit
8bca988b55
3 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ namespace Audio {
|
|||
|
||||
public:
|
||||
NullDSP(Memory& mem, Scheduler& scheduler, DSPService& dspService) : DSPCore(mem, scheduler, dspService) {}
|
||||
~NullDSP() override {}
|
||||
|
||||
void reset() override;
|
||||
void runAudioFrame() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue