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