mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 13:57:52 +00:00
yuzu/main: Move window title updating logic to its own function
For similar reasons to the previous change, we move this to a single function, so we don't need to duplicate the conversion logic in several places within main.cpp.
This commit is contained in:
parent
79a52fce1d
commit
71b39d4b2e
2 changed files with 19 additions and 7 deletions
|
@ -209,6 +209,7 @@ private slots:
|
|||
|
||||
private:
|
||||
std::optional<u64> SelectRomFSDumpTarget(const FileSys::ContentProvider&, u64 program_id);
|
||||
void UpdateWindowTitle(const QString& title_name = {});
|
||||
void UpdateStatusBar();
|
||||
|
||||
Ui::MainWindow ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue