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

View File

@ -42,6 +42,9 @@ void ConfigureAudio::Setup(const ConfigurationShared::Builder& builder) {
for (auto* setting : Settings::values.linkage.by_category[category]) {
settings.push_back(setting);
}
for (auto* setting : UISettings::values.linkage.by_category[category]) {
settings.push_back(setting);
}
};
push(Settings::Category::Audio);