mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-14 22:53:15 +00:00
Fix game title sorting (#2286)
* Fix game title sorting * fix * fix * fix
This commit is contained in:
parent
e805b97520
commit
ad5bd91a13
2 changed files with 8 additions and 3 deletions
|
@ -46,7 +46,7 @@ private:
|
|||
bool ListSortedAsc = true;
|
||||
|
||||
public:
|
||||
void PopulateGameList();
|
||||
void PopulateGameList(bool isInitialPopulation = true);
|
||||
void ResizeIcons(int iconSize);
|
||||
|
||||
QImage backgroundImage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue