Patch crash regression in game grid
This commit is contained in:
Robbie 2017-07-12 22:05:29 -05:00 committed by Ani
parent 7702eb2fa7
commit dcfe8e1abd
1 changed files with 0 additions and 1 deletions

View File

@ -565,7 +565,6 @@ void game_list_frame::doubleClickedSlot(const QModelIndex& index)
{
LOG_SUCCESS(LOADER, "Boot from gamelist per doubleclick: done");
RequestAddRecentGame(q_string_pair(qstr(Emu.GetBoot()), qstr("[" + m_game_data[i].info.serial + "] " + m_game_data[i].info.name)));
Refresh(true);
}
}
else