mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Revert "Move enums to menu_input.c"
This reverts commit 7a5f2228aa1ac49a10d2eb0937b7bb9aa72ca1fc.
This commit is contained in:
parent
7982674685
commit
a8acea98b2
@ -39,10 +39,6 @@
|
|||||||
#include "../input/input_remapping.h"
|
#include "../input/input_remapping.h"
|
||||||
#include "../input/input_common.h"
|
#include "../input/input_common.h"
|
||||||
|
|
||||||
#define MENU_MAX_BUTTONS 219
|
|
||||||
#define MENU_MAX_AXES 32
|
|
||||||
#define MENU_MAX_HATS 4
|
|
||||||
|
|
||||||
struct menu_bind_state_port
|
struct menu_bind_state_port
|
||||||
{
|
{
|
||||||
bool buttons[MENU_MAX_BUTTONS];
|
bool buttons[MENU_MAX_BUTTONS];
|
||||||
|
@ -26,6 +26,18 @@ typedef uint64_t retro_input_t;
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MENU_MAX_BUTTONS
|
||||||
|
#define MENU_MAX_BUTTONS 219
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef MENU_MAX_AXES
|
||||||
|
#define MENU_MAX_AXES 32
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef MENU_MAX_HATS
|
||||||
|
#define MENU_MAX_HATS 4
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef MAX_USERS
|
#ifndef MAX_USERS
|
||||||
#define MAX_USERS 16
|
#define MAX_USERS 16
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user