mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-04 01:33:20 +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:
parent
6f5dfc576f
commit
745cdd89fd
3 changed files with 17 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue