mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Qt: Refresh Gamelist more thoroughly
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user