diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 513da8001..7a80af890 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -69,7 +69,8 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) { | |||
| 69 | ConnectMenuEvents(); | 69 | ConnectMenuEvents(); |
| 70 | ConnectWidgetEvents(); | 70 | ConnectWidgetEvents(); |
| 71 | 71 | ||
| 72 | setWindowTitle(QString("Citra | %1-%2").arg(Common::g_scm_branch, Common::g_scm_desc)); | 72 | setWindowTitle(QString("Citra %1| %2-%3") |
| 73 | .arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc)); | ||
| 73 | show(); | 74 | show(); |
| 74 | 75 | ||
| 75 | game_list->PopulateAsync(UISettings::values.gamedir, UISettings::values.gamedir_deepscan); | 76 | game_list->PopulateAsync(UISettings::values.gamedir, UISettings::values.gamedir_deepscan); |