[DSP] Add missing break

This commit is contained in:
wheremyfoodat 2023-05-18 03:44:29 +03:00
parent 5a1cc39cb6
commit c7f676efd2
2 changed files with 2 additions and 1 deletions

View file

@ -267,6 +267,7 @@ void DSPService::writeProcessPipe(u32 messagePointer) {
default: Helpers::panic("Unimplemented DSP audio pipe state change %d", state);
}
}
break;
}
default: