mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +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:
@@ -17,6 +17,7 @@ public:
|
||||
~GameInfoClass();
|
||||
void GetGameInfo(QWidget* parent = nullptr);
|
||||
QVector<GameInfo> m_games;
|
||||
QVector<GameInfo> m_games_backup;
|
||||
|
||||
static bool CompareStrings(GameInfo& a, GameInfo& b) {
|
||||
std::string name_a = a.name, name_b = b.name;
|
||||
|
||||
Reference in New Issue
Block a user