citra_qt: Log settings on launch

This commit is contained in:
zhupengfei 2018-07-10 18:02:14 +08:00
parent 3799b16207
commit 250cf584e3
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
3 changed files with 49 additions and 0 deletions

View file

@ -139,6 +139,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
SetupUIStrings();
LOG_INFO(Frontend, "Citra Version: {} | {}-{}", Common::g_build_fullname, Common::g_scm_branch,
Common::g_scm_desc);
config->LogSettings();
show();