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:
2f24625
)
frontend: bios warning bugfix
author
notaz
<notasas@gmail.com>
Mon, 14 Mar 2011 13:30:40 +0000
(15:30 +0200)
committer
notaz
<notasas@gmail.com>
Mon, 14 Mar 2011 13:30:40 +0000
(15:30 +0200)
frontend/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/menu.c
b/frontend/menu.c
index
d16eaca
..
0d0a5f6
100644
(file)
--- a/
frontend/menu.c
+++ b/
frontend/menu.c
@@
-1243,9
+1243,7
@@
static void menu_bios_warn(void)
while (1)
{
- menu_draw_begin(1);
draw_menu_message(msg, NULL);
- menu_draw_end();
inp = in_menu_wait(PBTN_MOK|PBTN_MBACK, 70);
if (inp & (PBTN_MBACK|PBTN_MOK))