mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Merge pull request #12056 from sonninnos/menu-scroll-tweak
Tweak menu scroll initial hold delays
This commit is contained in:
commit
a4d1fb62dc
@ -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