This commit is contained in:
Dr.Hacknik
2018-02-13 16:56:16 +00:00
committed by GitHub

View File

@@ -84,8 +84,8 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
ConnectMenuEvents();
ConnectWidgetEvents();
setWindowTitle(QString("yuzu %1| %2-%3")
.arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc));
setWindowTitle(QString("yuzu %1| %2-%3| Build date: %4")
.arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc, Common::g_build_date));
show();
game_list->PopulateAsync(UISettings::values.gamedir, UISettings::values.gamedir_deepscan);