mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
Qt: invalidate invisible game item pointers
This commit is contained in:
parent
d0c4b2de9f
commit
27cc5c8a63
@ -2195,7 +2195,10 @@ void game_list_frame::PopulateGameList()
|
||||
index++;
|
||||
|
||||
if (!IsEntryVisible(game))
|
||||
{
|
||||
game->item = nullptr;
|
||||
continue;
|
||||
}
|
||||
|
||||
const QString serial = qstr(game->info.serial);
|
||||
const QString title = m_titles.value(serial, qstr(game->info.name));
|
||||
|
Loading…
x
Reference in New Issue
Block a user