mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
Fixes menu scrolling speed as described by Haze
This commit is contained in:
parent
45034a382b
commit
9e2e2fd776
@ -2006,6 +2006,9 @@ void cheat_init(running_machine *machine)
|
||||
edit_cursor = 0;
|
||||
cheat_options = DEFAULT_CHEAT_OPTIONS;
|
||||
driverSpecifiedFlag = 0;
|
||||
|
||||
horizontal_key_repeat_speed = 10;
|
||||
vertical_key_repeat_speed = 10;
|
||||
|
||||
full_menu_page_height = visible_items = floor(1.0f / ui_get_line_height()) - 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user