mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Put OSX rule for default menu driver behind IOS
This commit is contained in:
parent
578abcfb80
commit
48c912f913
@ -317,10 +317,10 @@ enum
|
|||||||
#define MENU_DEFAULT_DRIVER MENU_RMENU
|
#define MENU_DEFAULT_DRIVER MENU_RMENU
|
||||||
#elif defined(HAVE_RMENU_XUI)
|
#elif defined(HAVE_RMENU_XUI)
|
||||||
#define MENU_DEFAULT_DRIVER MENU_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__)
|
#elif defined(IOS) || defined(ANDROID) || defined(__CELLOS_LV2__)
|
||||||
#define MENU_DEFAULT_DRIVER MENU_GLUI
|
#define MENU_DEFAULT_DRIVER MENU_GLUI
|
||||||
|
#elif defined(MAC_OS_X_VERSION_10_6)
|
||||||
|
#define MENU_DEFAULT_DRIVER MENU_XMB
|
||||||
#else
|
#else
|
||||||
#define MENU_DEFAULT_DRIVER MENU_RGUI
|
#define MENU_DEFAULT_DRIVER MENU_RGUI
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user