mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(Apple) Add HAVE_XMB
This commit is contained in:
parent
91f2090297
commit
eaddc9b625
@ -667,12 +667,15 @@ MENU
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
#include "../frontend/menu/disp/tween.c"
|
||||
|
||||
#ifdef HAVE_LAKKA
|
||||
#include "../frontend/menu/backend/menu_lakka_backend.c"
|
||||
#include "../frontend/menu/disp/lakka.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XMB
|
||||
#include "../frontend/menu/disp/xmb.c"
|
||||
#include "../frontend/menu/disp/tween.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GLUI
|
||||
|
Loading…
Reference in New Issue
Block a user