mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Qt: Add Refresh button
This commit is contained in:
parent
5f29e891d3
commit
4415417deb
7 changed files with 26 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue