diff --git a/src/window.cpp b/src/window.cpp index 6f0b6f48..5d29eb89 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -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())