2026-09-21 02:07:30

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-21 02:07:30 +00:00
parent 0871e16706
commit 6d508f3eaf
11 changed files with 166 additions and 48 deletions
@@ -272,6 +272,7 @@ void OpusDecoder::Main(std::stop_token stop_token) {
void OpusDecoder::NotifyShutdown() {
init_thread.request_stop();
main_thread.request_stop();
Send(Direction::DSP, Message::Shutdown);
}
} // namespace AudioCore::ADSP::OpusDecoder