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
commit 9458ae0977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
}
}