mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
(XMB) Enable for PS3
This commit is contained in:
parent
cfe86bd41f
commit
f0a0314fc8
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user