mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +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
|
DEFINES += -DHAVE_RLAUNCH
|
||||||
endif
|
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)
|
ifeq ($(HAVE_GCMGL), 1)
|
||||||
DEFINES += -DHAVE_GCMGL
|
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)
|
static bool xmb_menu_init_list(void *data)
|
||||||
{
|
{
|
||||||
int ret;
|
|
||||||
menu_displaylist_info_t info = {0};
|
menu_displaylist_info_t info = {0};
|
||||||
file_list_t *menu_stack = menu_entries_get_menu_stack_ptr(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);
|
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;
|
info.need_push = true;
|
||||||
|
|
||||||
(void)ret;
|
|
||||||
|
|
||||||
menu_displaylist_push_list_process(&info);
|
menu_displaylist_push_list_process(&info);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user