Fix another silly mixup, sigh
This commit is contained in:
parent
57e6ad027e
commit
37ef84ef37
1 changed files with 2 additions and 2 deletions
|
@ -151,9 +151,9 @@ void WindowsHost::ShutdownGraphics() {
|
||||||
|
|
||||||
void WindowsHost::SetWindowTitle(const char *message) {
|
void WindowsHost::SetWindowTitle(const char *message) {
|
||||||
#ifdef GOLD
|
#ifdef GOLD
|
||||||
const char *name = "PPSSPP ";
|
|
||||||
#else
|
|
||||||
const char *name = "PPSSPP Gold ";
|
const char *name = "PPSSPP Gold ";
|
||||||
|
#else
|
||||||
|
const char *name = "PPSSPP ";
|
||||||
#endif
|
#endif
|
||||||
std::wstring winTitle = ConvertUTF8ToWString(std::string(name) + PPSSPP_GIT_VERSION);
|
std::wstring winTitle = ConvertUTF8ToWString(std::string(name) + PPSSPP_GIT_VERSION);
|
||||||
if (message != nullptr) {
|
if (message != nullptr) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue