mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Move two variables to input_driver.c
This commit is contained in:
parent
5bb4df3a42
commit
c2c36177b8
@ -88,6 +88,8 @@
|
|||||||
|
|
||||||
/**************************************/
|
/**************************************/
|
||||||
/* TODO/FIXME - turn these into static global variable */
|
/* TODO/FIXME - turn these into static global variable */
|
||||||
|
retro_keybind_set input_config_binds[MAX_USERS];
|
||||||
|
retro_keybind_set input_autoconf_binds[MAX_USERS];
|
||||||
uint64_t lifecycle_state = 0;
|
uint64_t lifecycle_state = 0;
|
||||||
|
|
||||||
static void *input_null_init(const char *joypad_driver) { return (void*)-1; }
|
static void *input_null_init(const char *joypad_driver) { return (void*)-1; }
|
||||||
|
@ -299,10 +299,6 @@ static struct rarch_state rarch_st = {0};
|
|||||||
static const void *MAGIC_POINTER = (void*)(uintptr_t)0x0DEFACED;
|
static const void *MAGIC_POINTER = (void*)(uintptr_t)0x0DEFACED;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* TODO/FIXME - turn these into static global variable */
|
|
||||||
retro_keybind_set input_config_binds[MAX_USERS];
|
|
||||||
retro_keybind_set input_autoconf_binds[MAX_USERS];
|
|
||||||
|
|
||||||
static access_state_t access_state_st = {0};
|
static access_state_t access_state_st = {0};
|
||||||
static struct global global_driver_st = {0}; /* retro_time_t alignment */
|
static struct global global_driver_st = {0}; /* retro_time_t alignment */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user