From 9e2e2fd7765f5fec34671ca9135dd977f153a0cb Mon Sep 17 00:00:00 2001 From: Couriersud Date: Wed, 25 Jun 2008 22:17:15 +0000 Subject: Fixes menu scrolling speed as described by Haze --- src/emu/cheat.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/emu/cheat.c b/src/emu/cheat.c index 4d3e16a38ba..ca7aeb5e73f 100644 --- a/src/emu/cheat.c +++ b/src/emu/cheat.c @@ -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; -- cgit v1.2.3