mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +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
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user