Add game versio to title bar

This commit is contained in:
unknown
2020-06-08 23:58:04 +02:00
parent 98d2461529
commit 20a779299a
2 changed files with 17 additions and 13 deletions

View File

@@ -215,7 +215,8 @@ private slots:
private:
std::optional<u64> SelectRomFSDumpTarget(const FileSys::ContentProvider&, u64 program_id);
void UpdateWindowTitle(const QString& title_name = {});
void UpdateWindowTitle(const std::string& title_name = {},
const std::string& title_version = {});
void UpdateStatusBar();
void HideMouseCursor();
void ShowMouseCursor();