input: tweak the mapping info.
This commit is contained in:
2
menu.cpp
2
menu.cpp
@@ -2552,7 +2552,7 @@ void HandleUI(void)
|
||||
else
|
||||
{
|
||||
sprintf(s, " %s ID: %04x:%04x", get_map_type() ? "Joystick" : "Keyboard", get_map_vid(), get_map_pid());
|
||||
if (get_map_button() > 0)
|
||||
if (get_map_button() > 0 || !joymap_first)
|
||||
{
|
||||
OsdWrite(7, (get_map_type() && !is_menu_core()) ? " Space/Menu \x16 Undefine" : " Space \x16 Undefine");
|
||||
if (!get_map_type()) OsdWrite(9);
|
||||
|
||||
Reference in New Issue
Block a user