|
|
@@ -379,7 +379,7 @@ void Window::step() { |
|
|
|
gamepad::step(); |
|
|
|
|
|
|
|
// Set window title |
|
|
|
std::string windowTitle = APP_NAME + " " + APP_VERSION; |
|
|
|
std::string windowTitle = APP_NAME + " " + APP_VARIANT + " " + APP_VERSION; |
|
|
|
if (APP->patch->path != "") { |
|
|
|
windowTitle += " - "; |
|
|
|
if (!APP->history->isSaved()) |
|
|
|