mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
fix
This commit is contained in:
parent
5d8e9f3b42
commit
f49e55c0ed
@ -112,10 +112,7 @@ void GameListFrame::PopulateGameList(bool isInitialPopulation) {
|
||||
ResizeIcons(icon_size);
|
||||
|
||||
if (isInitialPopulation) {
|
||||
std::sort(m_game_info->m_games.begin(), m_game_info->m_games.end(),
|
||||
[this](const GameInfo& a, const GameInfo& b) {
|
||||
return CompareStringsAscending(a, b, 1); // Column 1 = Name
|
||||
});
|
||||
SortNameAscending(1); // Column 1 = Name
|
||||
ResizeIcons(icon_size);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user