mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Improved responsiveness when refreshing game list.
This commit is contained in:
@ -147,6 +147,11 @@ void Settings::RefreshGameList()
|
||||
emit GameListRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::NotifyRefreshGameListStarted()
|
||||
{
|
||||
emit GameListRefreshStarted();
|
||||
}
|
||||
|
||||
void Settings::NotifyRefreshGameListComplete()
|
||||
{
|
||||
emit GameListRefreshCompleted();
|
||||
|
Reference in New Issue
Block a user