MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / refreshGameList

Method refreshGameList

pcsx2-qt/MainWindow.cpp:1496–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494}
1495
1496void MainWindow::refreshGameList(bool invalidate_cache, bool popup_on_error)
1497{
1498 m_game_list_widget->refresh(invalidate_cache, popup_on_error);
1499}
1500
1501void MainWindow::cancelGameListRefresh()
1502{

Callers 8

recreateMethod · 0.80
mainFunction · 0.80
addExcludedPathMethod · 0.80
addSearchDirectoryMethod · 0.80
removeSearchDirectoryMethod · 0.80

Calls 1

refreshMethod · 0.45

Tested by

no test coverage detected