mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
This prevents crashes
This commit is contained in:
parent
c1386c6f6f
commit
82473e4e32
@ -4147,7 +4147,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
bool use_filebrowser = false;
|
||||
menu_displaylist_info_t *info = (menu_displaylist_info_t*)data;
|
||||
|
||||
if (!info)
|
||||
if (!info || !menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu))
|
||||
goto error;
|
||||
|
||||
settings = config_get_ptr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user