mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
Add HLE DSP files
This commit is contained in:
parent
428401870b
commit
2e696deccf
5 changed files with 220 additions and 6 deletions
|
@ -37,7 +37,7 @@ namespace Audio {
|
|||
MAKE_LOG_FUNCTION(log, dspLogger)
|
||||
|
||||
public:
|
||||
enum class Type { Null, Teakra };
|
||||
enum class Type { Null, Teakra, HLE };
|
||||
DSPCore(Memory& mem, Scheduler& scheduler, DSPService& dspService)
|
||||
: mem(mem), scheduler(scheduler), dspService(dspService) {}
|
||||
virtual ~DSPCore() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue