mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
(OSX) Set XMB driver as menu default driver from OSX 10.6 and up
This commit is contained in:
parent
fd33f2153a
commit
d9a72d9b5c
@ -317,6 +317,8 @@ enum
|
||||
#define MENU_DEFAULT_DRIVER MENU_RMENU
|
||||
#elif defined(HAVE_RMENU_XUI)
|
||||
#define MENU_DEFAULT_DRIVER MENU_RMENU_XUI
|
||||
#elif defined(MAC_OS_X_VERSION_10_6)
|
||||
#define MENU_DEFAULT_DRIVER MENU_XMB
|
||||
#elif defined(IOS) || defined(ANDROID) || defined(__CELLOS_LV2__)
|
||||
#define MENU_DEFAULT_DRIVER MENU_GLUI
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user