mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
Moar Teak LLE
Co-Authored-By: PSISP <12768103+psi-rockin@users.noreply.github.com>
This commit is contained in:
parent
363c71e66c
commit
5dd3c02ffb
10 changed files with 284 additions and 21 deletions
|
@ -20,7 +20,7 @@ namespace Audio {
|
|||
void resetAudioPipe();
|
||||
|
||||
public:
|
||||
NullDSP(Memory& mem) : DSPCore(mem) {}
|
||||
NullDSP(Memory& mem, DSPService& dspService) : DSPCore(mem, dspService) {}
|
||||
|
||||
void reset() override;
|
||||
void runAudioFrame() override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue