mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 00:39:47 +00:00
Qt/Settings: Update default gamelist path textbox when changed
This commit is contained in:
parent
987bec2fd5
commit
28ad12bf30
4 changed files with 22 additions and 3 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
void RemovePath(const QString& path);
|
||||
bool GetPreferredView() const;
|
||||
void SetPreferredView(bool list);
|
||||
QString GetDefaultGame() const;
|
||||
void SetDefaultGame(QString path);
|
||||
|
||||
// Emulation
|
||||
int GetStateSlot() const;
|
||||
|
@ -96,6 +98,7 @@ signals:
|
|||
void ThemeChanged();
|
||||
void PathAdded(const QString&);
|
||||
void PathRemoved(const QString&);
|
||||
void DefaultGameChanged(const QString&);
|
||||
void HideCursorChanged();
|
||||
void VolumeChanged(int volume);
|
||||
void NANDRefresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue