2026-09-23 02:07:39

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-23 02:07:39 +00:00
parent 8ddd0f3cc4
commit cb85810ffd
14 changed files with 53 additions and 95 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ ADSP::ADSP(Core::System& system, Sink::Sink& sink) {
}
}
void ADSP::NotifyShutdown() {
audio_renderer->NotifyShutdown();
opus_decoder->NotifyShutdown();
void ADSP::Shutdown() {
audio_renderer->Stop();
opus_decoder->Shutdown();
}
AudioRenderer::AudioRenderer& ADSP::AudioRenderer() {