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

Method refresh

pcsx2-qt/GameList/GameListModel.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void GameListModel::refresh()
365{
366 beginResetModel();
367 loadSettings();
368 endResetModel();
369}
370
371bool GameListModel::titlesLessThan(const int left_row, const int right_row) const
372{

Callers 3

refreshGameListMethod · 0.45
onVMStoppedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected