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