notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bbbd09
)
frontend: show a message while BIOS is booting
author
notaz
<notasas@gmail.com>
Sun, 4 Dec 2011 23:06:55 +0000
(
01:06
+0200)
committer
notaz
<notasas@gmail.com>
Sun, 4 Dec 2011 23:08:36 +0000
(
01:08
+0200)
frontend/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/menu.c
b/frontend/menu.c
index
25c476d
..
af9b9f1
100644
(file)
--- 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;
}