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:
@ -533,9 +533,7 @@ void MainWindow::ConnectStack()
|
||||
void MainWindow::RefreshGameList()
|
||||
{
|
||||
Settings::Instance().ReloadTitleDB();
|
||||
|
||||
for (const auto& path : Settings::Instance().GetPaths())
|
||||
Settings::Instance().ReloadPath(path);
|
||||
Settings::Instance().RefreshGameList();
|
||||
}
|
||||
|
||||
QString MainWindow::PromptFileName()
|
||||
|
Reference in New Issue
Block a user