diff --git a/Windows/WindowsHost.cpp b/Windows/WindowsHost.cpp index 40ef7d220c..2b91bd274d 100644 --- a/Windows/WindowsHost.cpp +++ b/Windows/WindowsHost.cpp @@ -151,9 +151,9 @@ void WindowsHost::ShutdownGraphics() { void WindowsHost::SetWindowTitle(const char *message) { #ifdef GOLD - const char *name = "PPSSPP "; -#else const char *name = "PPSSPP Gold "; +#else + const char *name = "PPSSPP "; #endif std::wstring winTitle = ConvertUTF8ToWString(std::string(name) + PPSSPP_GIT_VERSION); if (message != nullptr) {