Log Citra version.
Class: Frontend Level: Info Format: "Citra Version: " + window title
This commit is contained in:
parent
9c65a45358
commit
0cece7918a
2 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue