From 0658bcd84b577c6d31c40fccdf4b9485d1461f41 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 9 May 2015 15:06:32 +0200 Subject: [PATCH] (Android/iOS) Make GLUI the new default UI on Android and iOS --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index d4b212a2e0..d859ae5f3f 100644 --- a/config.def.h +++ b/config.def.h @@ -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