citra_qt: Log settings on launch
This commit is contained in:
parent
3799b16207
commit
250cf584e3
3 changed files with 49 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue