Merge 2d88c1b985 into 87c3c93464
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user