input: tweak the mapping info.

This commit is contained in:
sorgelig
2020-03-07 19:51:20 +08:00
parent 7fcc325d8c
commit 18a9ac8258

View File

@@ -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);