mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +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_common.h"
|
||||
|
||||
#define MENU_MAX_BUTTONS 219
|
||||
#define MENU_MAX_AXES 32
|
||||
#define MENU_MAX_HATS 4
|
||||
|
||||
struct menu_bind_state_port
|
||||
{
|
||||
bool buttons[MENU_MAX_BUTTONS];
|
||||
|
@ -26,6 +26,18 @@ typedef uint64_t retro_input_t;
|
||||
extern "C" {
|
||||
#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
|
||||
#define MAX_USERS 16
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user