[DSP] Reset audio pipe properly

This commit is contained in:
wheremyfoodat
2023-06-03 01:24:52 +03:00
parent 62936ddfac
commit e5646a185c
+1
View File
@@ -257,6 +257,7 @@ void DSPService::writeProcessPipe(u32 messagePointer) {
case StateChange::Initialize:
// TODO: Other initialization stuff here
dspState = DSPState::On;
audioPipe.reset();
break;
case StateChange::Shutdown: