Merge pull request #3665 from adityaruplaha/log-version

frontend: Log Citra version.
This commit is contained in:
James Rowe
2018-05-03 15:17:04 -06:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -134,6 +134,8 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
ConnectWidgetEvents();
SetupUIStrings();
NGLOG_INFO(Frontend, "Citra Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch,
Common::g_scm_desc);
show();