mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Fix another silly mixup, sigh
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user