X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.c;h=53f296a24565fb57166f25acac52bc9ae0297828;hp=25c476dac703eee0c3cfef7dba3433b305281526;hb=9b4bd105989e1186ca09d93e70d14484a528a238;hpb=0c2871a7e649ef1ce966d5a9a7c1aa359beaf601 diff --git a/frontend/menu.c b/frontend/menu.c index 25c476da..53f296a2 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -171,7 +171,7 @@ static void menu_sync_config(void) default: in_type2 = PSE_PAD_TYPE_STANDARD; } if (in_evdev_allow_abs_only != allow_abs_only_old) { - plat_rescan_inputs(); + in_probe(); allow_abs_only_old = in_evdev_allow_abs_only; } @@ -960,7 +960,7 @@ static int mh_savecfg(int id, int keys) static int mh_input_rescan(int id, int keys) { //menu_sync_config(); - plat_rescan_inputs(); + in_probe(); me_update_msg("rescan complete."); return 0; @@ -1648,6 +1648,8 @@ static int run_cd_image(const char *fname) } ready_to_go = 1; + snprintf(hud_msg, sizeof(hud_msg), "Booting up..."); + hud_new_msg = 2; return 0; }