mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Use current version in Qt window title
This commit is contained in:
parent
bdc467769e
commit
2a8dcbd620
@ -38,8 +38,7 @@ void QtHost::ShutdownGL()
|
||||
|
||||
void QtHost::SetWindowTitle(const char *message)
|
||||
{
|
||||
// Really need a better way to deal with versions.
|
||||
QString title = "PPSSPP v0.5 - " + QString::fromUtf8(message);
|
||||
QString title = "PPSSPP " + QString(PPSSPP_VERSION_STR) + " - " + QString::fromUtf8(message);
|
||||
|
||||
mainWindow->setWindowTitle(title);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user