mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
Import from MESS which fixes throttle mapping for Windows (non-SDL builds) (no whatsnew)
This commit is contained in:
parent
3ae00656d4
commit
f3be589604
@ -791,7 +791,7 @@ void osd_customize_input_type_list(input_type_desc *typelist)
|
|||||||
|
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
case IPT_UI_THROTTLE:
|
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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user