mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
fix: keep resetting bind during the hold period
This commit is contained in:
parent
d73954085a
commit
91dd569a73
@ -587,6 +587,9 @@ bool menu_input_key_bind_iterate(menu_input_ctx_bind_t *bind)
|
||||
|
||||
#if 0
|
||||
|
||||
/*keep resetting bind during the hold period, or we'll potentially bind joystick and mouse, etc.*/
|
||||
binds.buffer = *( binds.output );
|
||||
|
||||
if ( menu_input_key_bind_poll_find_hold( &binds, &binds.buffer ) )
|
||||
{
|
||||
/*inhibit timeout*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user