yuzu: Fix mute when in background setting

This commit is contained in:
Narr the Reg 2023-10-03 20:06:21 -06:00
parent ff57c66773
commit c84c35ac74
4 changed files with 7 additions and 2 deletions
src/yuzu

View file

@ -1447,6 +1447,7 @@ void GMainWindow::OnAppFocusStateChanged(Qt::ApplicationState state) {
Settings::values.audio_muted = false;
auto_muted = false;
}
UpdateVolumeUI();
}
}