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
f312674c88
commit
5d8e9f3b42
@ -114,7 +114,7 @@ void GameListFrame::PopulateGameList(bool isInitialPopulation) {
|
|||||||
if (isInitialPopulation) {
|
if (isInitialPopulation) {
|
||||||
std::sort(m_game_info->m_games.begin(), m_game_info->m_games.end(),
|
std::sort(m_game_info->m_games.begin(), m_game_info->m_games.end(),
|
||||||
[this](const GameInfo& a, const GameInfo& b) {
|
[this](const GameInfo& a, const GameInfo& b) {
|
||||||
return CompareStringsAscending(a, b, 1); // Column 1 = Nome
|
return CompareStringsAscending(a, b, 1); // Column 1 = Name
|
||||||
});
|
});
|
||||||
ResizeIcons(icon_size);
|
ResizeIcons(icon_size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user