mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
inpttype: fix typo (nwn)
This commit is contained in:
parent
f2e42d1d49
commit
87ab11f6d2
@ -46,7 +46,7 @@
|
||||
typelist.append(*global_alloc(input_type_entry(IPT_##_type, IPG_##_group, (_player == 0) ? _player : (_player) - 1, (_player == 0) ? #_type : ("P" #_player "_" #_type), _name, _seq)));
|
||||
|
||||
#define INPUT_PORT_ANALOG_TYPE(_player,_group,_type,_name,_seq,_decseq,_incseq) \
|
||||
typelist.append(*global_alloc(input_type_entry(IPT_##_type, IPG_##_group, (_player == 0) ? _player : (_player) - 1, (_player == 0) ? #_type : ("P" #_player "_" #_type), _name, _seq, _incseq, _decseq)));
|
||||
typelist.append(*global_alloc(input_type_entry(IPT_##_type, IPG_##_group, (_player == 0) ? _player : (_player) - 1, (_player == 0) ? #_type : ("P" #_player "_" #_type), _name, _seq, _decseq, _incseq)));
|
||||
|
||||
|
||||
void construct_core_types(simple_list<input_type_entry> &typelist)
|
||||
|
Loading…
Reference in New Issue
Block a user