mirror of
https://github.com/holub/mame
synced 2025-05-12 17:14:19 +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" },
|
{ SDLOPTION_KEYMAP_FILE, "keymap.dat", OPTION_STRING, "keymap filename" },
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
#ifdef SDLMAME_MACOSX
|
#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
|
#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 // SDLMAME_MACOSX
|
||||||
#endif // MESS
|
#endif // MESS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user