Fix another silly mixup, sigh

This commit is contained in:
Henrik Rydgard 2017-03-17 19:55:17 +01:00
parent 57e6ad027e
commit 37ef84ef37

View file

@ -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) {