ISO: Fix icons in savestate_manager_dialog
This commit is contained in:
@@ -445,6 +445,18 @@ void savestate_manager_dialog::ResizeGameIcons()
|
||||
}
|
||||
}
|
||||
|
||||
if (icon.isNull())
|
||||
{
|
||||
for (const game_info& gameinfo : m_game_info)
|
||||
{
|
||||
if (gameinfo && gameinfo->info.serial == m_savestate_db[savestate_index]->title_id)
|
||||
{
|
||||
icon = gameinfo->icon;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (cancel && cancel->load())
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user