Merge pull request #5530 from lucianposton/fix-compilation
Fix build by removing settings var from ifdef
This commit is contained in:
commit
cadc4f56a3
|
@ -2781,9 +2781,7 @@ static int menu_displaylist_parse_load_content_settings(
|
||||||
menu_displaylist_info_t *info)
|
menu_displaylist_info_t *info)
|
||||||
{
|
{
|
||||||
menu_handle_t *menu = NULL;
|
menu_handle_t *menu = NULL;
|
||||||
#if defined(HAVE_CHEEVOS) || defined(HAVE_LAKKA)
|
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu))
|
if (!menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue