mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Tweak menu scroll initial hold delays
This commit is contained in:
parent
d1280b4196
commit
f03ad6ea7c
@ -23485,9 +23485,9 @@ static unsigned menu_event(
|
|||||||
|
|
||||||
first_held = true;
|
first_held = true;
|
||||||
if (menu_scroll_fast)
|
if (menu_scroll_fast)
|
||||||
delay_timer = initial_held ? 200 : 100;
|
delay_timer = initial_held ? 256 : 100;
|
||||||
else
|
else
|
||||||
delay_timer = initial_held ? 400 : 20;
|
delay_timer = initial_held ? 256 : 20;
|
||||||
delay_count = 0;
|
delay_count = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user