mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 06:18:34 +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…
Reference in New Issue
Block a user