mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
Add further conditional check
This commit is contained in:
parent
d120c9f38b
commit
b8041cc93b
@ -1653,7 +1653,7 @@ void menu_driver_navigation_set(bool scroll)
|
||||
|
||||
void menu_driver_populate_entries(menu_displaylist_info_t *info)
|
||||
{
|
||||
if (menu_driver_ctx->populate_entries)
|
||||
if (menu_driver_ctx && menu_driver_ctx->populate_entries)
|
||||
menu_driver_ctx->populate_entries(
|
||||
menu_userdata, info->path,
|
||||
info->label, info->type);
|
||||
|
Loading…
Reference in New Issue
Block a user