mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Default to XMB if HAVE_XMB is defined
This commit is contained in:
parent
e5b328607d
commit
d6f9c760cd
@ -322,7 +322,7 @@ enum
|
||||
#define MENU_DEFAULT_DRIVER MENU_XUI
|
||||
#elif defined(IOS) || defined(ANDROID)
|
||||
#define MENU_DEFAULT_DRIVER MENU_MATERIALUI
|
||||
#elif defined(MAC_OS_X_VERSION_10_6) || defined(__CELLOS_LV2__)
|
||||
#elif defined(HAVE_XMB)
|
||||
#define MENU_DEFAULT_DRIVER MENU_XMB
|
||||
#else
|
||||
#define MENU_DEFAULT_DRIVER MENU_RGUI
|
||||
|
Loading…
x
Reference in New Issue
Block a user