Some updates in OSD.
This commit is contained in:
4
menu.cpp
4
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);
|
||||
|
||||
Reference in New Issue
Block a user