Qt/Settings: Update default gamelist path textbox when changed

This commit is contained in:
spycrab
2018-01-31 19:58:02 +01:00
parent 987bec2fd5
commit 28ad12bf30
4 changed files with 22 additions and 3 deletions

View File

@ -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();