mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Clear the navigation pointer in the content downloader
This commit is contained in:
parent
cf9ecbcf39
commit
950aef8ded
@ -4205,6 +4205,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
(int)core_len, FILE_TYPE_DOWNLOAD_CORE_CONTENT, true, false);
|
||||
info->need_push = true;
|
||||
info->need_refresh = true;
|
||||
info->need_clear = true;
|
||||
#endif
|
||||
break;
|
||||
case DISPLAYLIST_CORE_CONTENT_DIRS_SUBDIR:
|
||||
@ -4244,6 +4245,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
(int)core_len, FILE_TYPE_DOWNLOAD_URL, true, false);
|
||||
info->need_push = true;
|
||||
info->need_refresh = true;
|
||||
info->need_clear = true;
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user