mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
QT: Fix search in Grid mode (#2490)
* QT: Fix search in Grid mode * Fix performance? * Fix performance List * +fix
This commit is contained in:
@@ -49,6 +49,9 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
||||
return readGameInfo(Common::FS::PathFromQString(path));
|
||||
}).results();
|
||||
|
||||
// used to retrieve values after performing a search
|
||||
m_games_backup = m_games;
|
||||
|
||||
// Progress bar, please be patient :)
|
||||
QProgressDialog dialog(tr("Loading game list, please wait :3"), tr("Cancel"), 0, 0, parent);
|
||||
dialog.setWindowTitle(tr("Loading..."));
|
||||
|
||||
Reference in New Issue
Block a user