mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
[DSP] Reset audio pipe properly
This commit is contained in:
parent
6369fc8eb0
commit
5a1cc39cb6
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue