Bump keybind timeout to 5 s.
This commit is contained in:
parent
72671279c7
commit
982c8e87a3
|
@ -296,7 +296,7 @@ struct rgui_bind_axis_state
|
||||||
int16_t locked_axes[RGUI_MAX_AXES];
|
int16_t locked_axes[RGUI_MAX_AXES];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define RGUI_KEYBOARD_BIND_TIMEOUT_SECONDS 3
|
#define RGUI_KEYBOARD_BIND_TIMEOUT_SECONDS 5
|
||||||
struct rgui_bind_state
|
struct rgui_bind_state
|
||||||
{
|
{
|
||||||
struct retro_keybind *target;
|
struct retro_keybind *target;
|
||||||
|
|
Loading…
Reference in New Issue