menu: implement savestates and scaling cfg
[pcsx_rearmed.git] / frontend / common / menu.c
index 1cb41c5..5f97730 100644 (file)
@@ -652,7 +652,7 @@ static void me_loop(menu_entry *menu, int *menu_sel, void (*draw_more)(void))
 \r
 /* ***************************************** */\r
 \r
-static void draw_menu_credits(void)\r
+static void draw_menu_credits(void (*draw_more)(void))\r
 {\r
        const char *creds, *p;\r
        int x, y, h, w, wt;\r
@@ -686,6 +686,9 @@ static void draw_menu_credits(void)
                        p++;\r
        }\r
 \r
+       if (draw_more != NULL)\r
+               draw_more();\r
+\r
        menu_draw_end();\r
 }\r
 \r