Hook DSP interface to DSP service HLE

Co-Authored-By: PSISP <12768103+psi-rockin@users.noreply.github.com>
This commit is contained in:
wheremyfoodat 2024-02-17 01:36:10 +02:00
parent 0a51a80d91
commit 363c71e66c
6 changed files with 31 additions and 136 deletions

View file

@ -24,7 +24,8 @@ Emulator::Emulator()
httpServer(this)
#endif
{
dsp = Audio::makeDSPCore(Audio::DSPCore::Type::Null, memory);
dsp = Audio::makeDSPCore(Audio::DSPCore::Type::Teakra, memory);
kernel.getServiceManager().getDSP().setDSPCore(dsp.get());
#ifdef PANDA3DS_ENABLE_DISCORD_RPC
if (config.discordRpcEnabled) {