Improved responsiveness when refreshing game list.

This commit is contained in:
Christian Aguilera
2020-09-27 04:01:54 +02:00
parent 4ca92464c0
commit ee13e6ec80
9 changed files with 86 additions and 28 deletions

View File

@ -147,6 +147,11 @@ void Settings::RefreshGameList()
emit GameListRefreshRequested();
}
void Settings::NotifyRefreshGameListStarted()
{
emit GameListRefreshStarted();
}
void Settings::NotifyRefreshGameListComplete()
{
emit GameListRefreshCompleted();