mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00:00
Add game versio to title bar
This commit is contained in:
parent
de3a9d3053
commit
6954d559ae
2 changed files with 17 additions and 13 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue