mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
(Menu) Set RGUI_MAX_BUTTONS to 219 by default - maister - tell me if this
is alright
This commit is contained in:
parent
b62a0552bd
commit
974af4429a
4
driver.h
4
driver.h
@ -458,11 +458,7 @@ typedef struct menu_ctx_driver
|
|||||||
const char *ident;
|
const char *ident;
|
||||||
} menu_ctx_driver_t;
|
} menu_ctx_driver_t;
|
||||||
|
|
||||||
#ifdef ANDROID
|
|
||||||
#define RGUI_MAX_BUTTONS 219
|
#define RGUI_MAX_BUTTONS 219
|
||||||
#else
|
|
||||||
#define RGUI_MAX_BUTTONS 32
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define RGUI_MAX_AXES 32
|
#define RGUI_MAX_AXES 32
|
||||||
#define RGUI_MAX_HATS 4
|
#define RGUI_MAX_HATS 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user