mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Qt: Add Refresh button
This commit is contained in:
@ -70,6 +70,7 @@ public:
|
||||
QString GetDefaultGame() const;
|
||||
void SetDefaultGame(QString path);
|
||||
void ReloadPath(const QString& qpath);
|
||||
void ReloadTitleDB();
|
||||
|
||||
// Emulation
|
||||
int GetStateSlot() const;
|
||||
@ -135,6 +136,7 @@ signals:
|
||||
void PathRemoved(const QString&);
|
||||
void DefaultGameChanged(const QString&);
|
||||
void PathReloadRequested(const QString&);
|
||||
void TitleDBReloadRequested();
|
||||
void HideCursorChanged();
|
||||
void KeepWindowOnTopChanged(bool top);
|
||||
void VolumeChanged(int volume);
|
||||
|
Reference in New Issue
Block a user