(Menu) Set RGUI_MAX_BUTTONS to 219 by default - maister - tell me if this

is alright
This commit is contained in:
twinaphex 2014-06-10 01:33:44 +02:00
parent b62a0552bd
commit 974af4429a

View File

@ -458,11 +458,7 @@ typedef struct menu_ctx_driver
const char *ident;
} menu_ctx_driver_t;
#ifdef ANDROID
#define RGUI_MAX_BUTTONS 219
#else
#define RGUI_MAX_BUTTONS 32
#endif
#define RGUI_MAX_AXES 32
#define RGUI_MAX_HATS 4