mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-15 00:03:57 +12:00
Merge branch 'master' into audio
This commit is contained in:
commit
02cba8a576
15 changed files with 194 additions and 39 deletions
|
@ -40,6 +40,7 @@ namespace Audio {
|
|||
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