Some updates in OSD.

This commit is contained in:
sorgelig
2020-07-01 16:29:02 +08:00
parent b21b4fa526
commit 00950c2232

View File

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