Start adding xmb.c to Apple build

This commit is contained in:
Twinaphex 2014-10-09 05:06:32 +02:00
parent 438fcccbbf
commit 91f2090297
2 changed files with 4 additions and 5 deletions

View File

@ -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);

View File

@ -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