mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
Start adding xmb.c to Apple build
This commit is contained in:
parent
438fcccbbf
commit
91f2090297
@ -395,6 +395,9 @@ static void xmb_screen_changed(void)
|
||||
path_buf[PATH_MAX];
|
||||
const char *path = NULL, *entry_label = NULL;
|
||||
unsigned type = 0, w = 0;
|
||||
|
||||
(void)entry_title_buf;
|
||||
(void)type_str_buf;
|
||||
|
||||
file_list_get_at_offset(driver.menu->selection_buf, i, &path,
|
||||
&entry_label, &type);
|
||||
|
@ -671,6 +671,7 @@ MENU
|
||||
#ifdef HAVE_LAKKA
|
||||
#include "../frontend/menu/backend/menu_lakka_backend.c"
|
||||
#include "../frontend/menu/disp/lakka.c"
|
||||
#include "../frontend/menu/disp/xmb.c"
|
||||
#include "../frontend/menu/disp/tween.c"
|
||||
#endif
|
||||
|
||||
@ -678,11 +679,6 @@ MENU
|
||||
#include "../frontend/menu/disp/glui.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XMB
|
||||
#include "../frontend/menu/disp/xmb.c"
|
||||
#include "../frontend/menu/disp/tween.c"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COMMAND
|
||||
|
Loading…
x
Reference in New Issue
Block a user