mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
Fixed parsing of uimodekey from .ini on SDL [Fabio Priuli]
This commit is contained in:
parent
aeb9e2a991
commit
19b50e3ca6
@ -197,9 +197,9 @@ const options_entry sdl_options::s_option_entries[] =
|
||||
{ SDLOPTION_KEYMAP_FILE, "keymap.dat", OPTION_STRING, "keymap filename" },
|
||||
#ifdef MESS
|
||||
#ifdef SDLMAME_MACOSX
|
||||
{ SDLOPTION_UIMODEKEY, "DELETE", 0, "Key to toggle MESS keyboard mode" },
|
||||
{ SDLOPTION_UIMODEKEY, "DELETE", OPTION_STRING, "Key to toggle MESS keyboard mode" },
|
||||
#else
|
||||
{ SDLOPTION_UIMODEKEY, "SCRLOCK", 0, "Key to toggle MESS keyboard mode" },
|
||||
{ SDLOPTION_UIMODEKEY, "SCRLOCK", OPTION_STRING, "Key to toggle MESS keyboard mode" },
|
||||
#endif // SDLMAME_MACOSX
|
||||
#endif // MESS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user