diff --git a/menu.cpp b/menu.cpp index 5f5d579..34aa44f 100644 --- a/menu.cpp +++ b/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);