Bump keybind timeout to 5 s.

This commit is contained in:
Themaister 2014-04-13 23:35:42 +02:00
parent 72671279c7
commit 982c8e87a3

View File

@ -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;