From: notaz Date: Sun, 4 Dec 2011 23:06:55 +0000 (+0200) Subject: frontend: show a message while BIOS is booting X-Git-Tag: r12~39 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=47232ea4c27983ff2cffd3f697d66c6c0058c88c;ds=sidebyside frontend: show a message while BIOS is booting --- diff --git a/frontend/menu.c b/frontend/menu.c index 25c476da..af9b9f1d 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -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; }