2026-09-23 01:28:59

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-23 01:28:59 +00:00
parent c52a7be00f
commit 8ddd0f3cc4
4 changed files with 17 additions and 7 deletions
+1
View File
@@ -20,6 +20,7 @@ ADSP::ADSP(Core::System& system, Sink::Sink& sink) {
}
void ADSP::NotifyShutdown() {
audio_renderer->NotifyShutdown();
opus_decoder->NotifyShutdown();
}