Merge pull request #4259 from zhaowenlan1779/game-list

citra_qt: Add Game List configuration
This commit is contained in:
Pengfei Zhu
2018-10-18 21:29:33 +08:00
committed by GitHub
15 changed files with 427 additions and 121 deletions

View File

@@ -1286,6 +1286,7 @@ void GMainWindow::OnConfigure() {
SetDiscordEnabled(UISettings::values.enable_discord_presence);
emit UpdateThemedIcons();
SyncMenuUISettings();
game_list->RefreshGameDirectory();
config->Save();
}
}