mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 22:20:57 +00:00
Revert "Raise menu key repeat delay to account for slow input devices"
This reverts commit d0cde96bd4db86881f08d2922f23b94f15c1e99e.
This commit is contained in:
parent
569dfdfbb4
commit
2626282757
@ -2937,7 +2937,7 @@ static unsigned menu_event(input_bits_t *p_input, input_bits_t *p_trigger_input)
|
||||
* for old_input_state. */
|
||||
|
||||
first_held = true;
|
||||
delay_timer = initial_held ? 300 : 200;
|
||||
delay_timer = initial_held ? 200 : 100;
|
||||
delay_count = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user