Qt: Refresh Gamelist more thoroughly

This commit is contained in:
spycrab
2018-07-06 20:27:07 +02:00
parent 64c3d01551
commit bb8b872863
7 changed files with 20 additions and 15 deletions

View File

@ -123,9 +123,9 @@ void Settings::RemovePath(const QString& qpath)
emit PathRemoved(qpath);
}
void Settings::ReloadPath(const QString& qpath)
void Settings::RefreshGameList()
{
emit PathReloadRequested(qpath);
emit GameListRefreshRequested();
}
void Settings::ReloadTitleDB()