mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
[DSP] Add missing break
This commit is contained in:
parent
5a1cc39cb6
commit
c7f676efd2
2 changed files with 2 additions and 1 deletions
|
@ -267,6 +267,7 @@ void DSPService::writeProcessPipe(u32 messagePointer) {
|
|||
default: Helpers::panic("Unimplemented DSP audio pipe state change %d", state);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue