mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
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];
|
||||
};
|
||||
|
||||
#define RGUI_KEYBOARD_BIND_TIMEOUT_SECONDS 3
|
||||
#define RGUI_KEYBOARD_BIND_TIMEOUT_SECONDS 5
|
||||
struct rgui_bind_state
|
||||
{
|
||||
struct retro_keybind *target;
|
||||
|
Loading…
Reference in New Issue
Block a user