mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
[DSP] Add missing break
This commit is contained in:
parent
e5646a185c
commit
b37256e9ea
1 changed files with 1 additions and 0 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
Reference in a new issue