mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
fix compile on MSVC (nw)
This commit is contained in:
parent
28af65c01c
commit
47e8753be9
@ -268,7 +268,7 @@ static const TCHAR *default_pov_name(int which);
|
||||
struct key_trans_entry {
|
||||
input_item_id mame_key;
|
||||
INT32 di_key;
|
||||
char virtual_key;
|
||||
unsigned char virtual_key;
|
||||
char ascii_key;
|
||||
char const * mame_key_name;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user