diff options
author | unknown <27208977+FreddyFunk@users.noreply.github.com> | 2020-06-08 23:58:04 +0200 |
---|---|---|
committer | unknown <27208977+FreddyFunk@users.noreply.github.com> | 2020-06-08 23:58:04 +0200 |
commit | 20a779299a62808b4e4bbc7bfde6e9e4487a857d (patch) | |
tree | 4cb72115812265b8fe19b47088a17aba31b0995f /src/yuzu/main.h | |
parent | 98d2461529af62251b4a6e303a4012fc567e6ea3 (diff) |
Add game versio to title bar
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 4f4c8ddbe..9ad61cab8 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -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(); |