From 3c70c47bb2fa50066c4c3b23813253e03b8751fe Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 12 Dec 2010 01:40:19 +0200 Subject: menu: implement savestates and scaling cfg --- frontend/common/menu.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'frontend/common') diff --git a/frontend/common/menu.c b/frontend/common/menu.c index 1cb41c5..5f97730 100644 --- a/frontend/common/menu.c +++ b/frontend/common/menu.c @@ -652,7 +652,7 @@ static void me_loop(menu_entry *menu, int *menu_sel, void (*draw_more)(void)) /* ***************************************** */ -static void draw_menu_credits(void) +static void draw_menu_credits(void (*draw_more)(void)) { const char *creds, *p; int x, y, h, w, wt; @@ -686,6 +686,9 @@ static void draw_menu_credits(void) p++; } + if (draw_more != NULL) + draw_more(); + menu_draw_end(); } -- cgit v1.2.3