From 974af4429a5b6cdba42f7f72050b331e2752da8c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Jun 2014 01:33:44 +0200 Subject: [PATCH] (Menu) Set RGUI_MAX_BUTTONS to 219 by default - maister - tell me if this is alright --- driver.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/driver.h b/driver.h index 868c0b90a8..1869a3c7da 100644 --- a/driver.h +++ b/driver.h @@ -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