Add HLE DSP files

This commit is contained in:
wheremyfoodat 2024-04-05 00:44:31 +03:00
parent 428401870b
commit 2e696deccf
5 changed files with 220 additions and 6 deletions

View file

@ -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() {}