Merge branch 'master' into es5506_alt
This commit is contained in:
commit
8365d1c977
46 changed files with 1400 additions and 150 deletions
|
|
@ -3918,9 +3918,13 @@ void DivEngine::setConsoleMode(bool enable) {
|
|||
consoleMode=enable;
|
||||
}
|
||||
|
||||
bool DivEngine::switchMaster() {
|
||||
bool DivEngine::switchMaster(bool full) {
|
||||
logI("switching output...");
|
||||
deinitAudioBackend(true);
|
||||
if (full) {
|
||||
quitDispatch();
|
||||
initDispatch();
|
||||
}
|
||||
if (initAudioBackend()) {
|
||||
for (int i=0; i<song.systemLen; i++) {
|
||||
disCont[i].setRates(got.rate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue