Found quirk in code - add TODO/FIXME note

This commit is contained in:
twinaphex 2021-03-07 05:49:12 +01:00
parent ef650b2b48
commit 2bc23c9eaa
1 changed files with 7 additions and 0 deletions

View File

@ -2180,6 +2180,13 @@ int generic_menu_entry_action(
break;
}
/* TODO/FIXME - this is apparently needed right
* now to prevent certain crashes from happening
* when scrolling from left to right fast in XMB */
cbs = selection_buf ? (menu_file_list_cbs_t*)
selection_buf->list[i].actiondata : NULL;
if (cbs && cbs->action_refresh)
{
if (menu_entries_ctl(MENU_ENTRIES_CTL_NEEDS_REFRESH, NULL))