From f3be589604f81b0635b251d957bdeb7c616e5c4f Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 21 Oct 2010 14:52:42 +0000 Subject: [PATCH] Import from MESS which fixes throttle mapping for Windows (non-SDL builds) (no whatsnew) --- src/osd/windows/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/windows/input.c b/src/osd/windows/input.c index c1c3f7e3dc7..740289ff5ea 100644 --- a/src/osd/windows/input.c +++ b/src/osd/windows/input.c @@ -791,7 +791,7 @@ void osd_customize_input_type_list(input_type_desc *typelist) #ifdef MESS case IPT_UI_THROTTLE: - input_seq_set_0(&typedesc->seq[SEQ_TYPE_STANDARD]); + input_seq_set_1(&typedesc->seq[SEQ_TYPE_STANDARD], KEYCODE_F10); break; #endif }