Revert "Raise menu key repeat delay to account for slow input devices"

This reverts commit d0cde96bd4.
This commit is contained in:
twinaphex 2019-06-21 07:19:44 +02:00
parent 569dfdfbb4
commit 2626282757

View File

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