From 03e226e52b1854ffb939b2da1b5b7dc312920693 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 10 Sep 2022 23:33:05 -0500 Subject: [PATCH] seamless switchMaster --- src/engine/engine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp index 91764034..bb03eda1 100644 --- a/src/engine/engine.cpp +++ b/src/engine/engine.cpp @@ -3455,8 +3455,6 @@ void DivEngine::setConsoleMode(bool enable) { bool DivEngine::switchMaster() { logI("switching output..."); deinitAudioBackend(true); - quitDispatch(); - initDispatch(); if (initAudioBackend()) { for (int i=0; i