some leaks fixed
[fceu.git] / drivers / gp2x / menu.c
index 1972024..cdd06b2 100644 (file)
 #error "need d_type for file browser\r
 #endif\r
 \r
-static int GP2X_PORT_REV =\r
-#include "rev.h"\r
-;\r
-\r
+extern int GP2X_PORT_REV;\r
 extern char lastLoadedGameName[PATH_MAX];\r
 extern int mmuhack_status;\r
 extern int soundvol;\r
@@ -1047,7 +1044,7 @@ static int menu_loop_options(void)
 \r
 static void draw_menu_credits(void)\r
 {\r
-       char vstr[16];\r
+       char vstr[32];\r
 \r
        //int tl_x = 15, tl_y = 70;\r
        gp2x_fceu_copy_bg();\r
@@ -1057,7 +1054,7 @@ static void draw_menu_credits(void)
        gp2x_text_out15(20,  40, "(c) notaz, 2007");\r
 \r
        gp2x_text_out15(20,  70, "Based on FCE Ultra versions");\r
-       gp2x_text_out15(20,  80, "0.81 and 0.98.15");\r
+       gp2x_text_out15(20,  80, "0.81 and 0.98.1x");\r
 \r
        gp2x_text_out15(20, 110, "         - Credits - ");\r
        gp2x_text_out15(20, 130, "Bero: FCE");\r