Qt: Add Refresh button

This commit is contained in:
spycrab 2018-06-04 21:44:46 +02:00
commit 4415417deb
7 changed files with 26 additions and 0 deletions

View file

@ -68,6 +68,7 @@ signals:
private:
void Open();
void RefreshGameList();
void Play(const std::optional<std::string>& savestate_path = {});
void Pause();
void TogglePause();