From 18a9ac82582efb60e6e89aa7768ba7a1e635cadc Mon Sep 17 00:00:00 2001 From: sorgelig Date: Sat, 7 Mar 2020 19:51:20 +0800 Subject: [PATCH] input: tweak the mapping info. --- menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);