mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +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)
|
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_driver_ctx->populate_entries(
|
||||||
menu_userdata, info->path,
|
menu_userdata, info->path,
|
||||||
info->label, info->type);
|
info->label, info->type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user