diff --git a/menu.cpp b/menu.cpp index 0e3d3d1..b696c53 100644 --- a/menu.cpp +++ b/menu.cpp @@ -2999,7 +2999,9 @@ void HandleUI(void) sprintf(s, " %s ID: %04x:%04x", get_map_type() ? "Joystick" : "Keyboard", get_map_vid(), get_map_pid()); if (get_map_button() > 0 || !joymap_first) { - OsdWrite(7, (get_map_type() && !is_menu()) ? " User/Menu \x16 Undefine" : " User \x16 Undefine"); + OsdWrite(7, (!get_map_type()) ? " User \x16 Undefine" : + is_menu() ? " User/Space \x16 Undefine" : " User/Menu \x16 Undefine"); + if (!get_map_type()) OsdWrite(9); } OsdWrite(5, s);