mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Silence warning
This commit is contained in:
parent
ef733f0049
commit
4a9639f02f
@ -2631,7 +2631,9 @@ static int menu_displaylist_parse_load_content_settings(
|
||||
menu_displaylist_info_t *info)
|
||||
{
|
||||
menu_handle_t *menu = NULL;
|
||||
#if defined(HAVE_CHEEVOS) || defined(HAVE_LAKKA)
|
||||
settings_t *settings = config_get_ptr();
|
||||
#endif
|
||||
|
||||
if (!menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu))
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user