diff --git a/Makefile.ps3 b/Makefile.ps3 index f807b7f687..4aec2a7b2e 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -68,7 +68,7 @@ ifeq ($(HAVE_RLAUNCH), 1) DEFINES += -DHAVE_RLAUNCH endif -DEFINES += -DHAVE_MENU -DHAVE_RGUI -DHAVE_MATERIALUI -DRARCH_INTERNAL -DMSB_FIRST -DHAVE_OVERLAY -DHAVE_STB_FONT +DEFINES += -DHAVE_MENU -DHAVE_RGUI -DHAVE_MATERIALUI -DHAVE_XMB -DRARCH_INTERNAL -DMSB_FIRST -DHAVE_OVERLAY -DHAVE_STB_FONT ifeq ($(HAVE_GCMGL), 1) DEFINES += -DHAVE_GCMGL diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 8ef44e9f16..540757e244 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2611,7 +2611,6 @@ static int xmb_list_push(void *data, void *userdata, menu_displaylist_info_t *in static bool xmb_menu_init_list(void *data) { - int ret; menu_displaylist_info_t info = {0}; file_list_t *menu_stack = menu_entries_get_menu_stack_ptr(0); file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(0); @@ -2625,8 +2624,6 @@ static bool xmb_menu_init_list(void *data) info.need_push = true; - (void)ret; - menu_displaylist_push_list_process(&info); return true;