mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 23:55:40 +12:00
[DSP] Reset audio pipe properly
This commit is contained in:
parent
62936ddfac
commit
e5646a185c
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ void DSPService::writeProcessPipe(u32 messagePointer) {
|
||||||
case StateChange::Initialize:
|
case StateChange::Initialize:
|
||||||
// TODO: Other initialization stuff here
|
// TODO: Other initialization stuff here
|
||||||
dspState = DSPState::On;
|
dspState = DSPState::On;
|
||||||
|
audioPipe.reset();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case StateChange::Shutdown:
|
case StateChange::Shutdown:
|
||||||
|
|
Loading…
Add table
Reference in a new issue