mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
(Android/iOS) Make GLUI the new default UI on Android and iOS
This commit is contained in:
parent
5b1455070f
commit
0658bcd84b
@ -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(IOS) || defined(ANDROID)
|
||||
#define MENU_DEFAULT_DRIVER MENU_GLUI
|
||||
#else
|
||||
#define MENU_DEFAULT_DRIVER MENU_RGUI
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user