sh2 overclock and logging stuff, menu refactoring
[libpicofe.git] / pandora / emu.c
index 2bd8be8..951d85e 100644 (file)
@@ -23,8 +23,8 @@
 static short __attribute__((aligned(4))) sndBuffer[2*44100/50];\r
 static unsigned char temp_frame[g_screen_width * g_screen_height * 2];\r
 unsigned char *PicoDraw2FB = temp_frame;\r
-const char **renderer_names = NULL;\r
-const char **renderer_names32x = NULL;\r
+const char *renderer_names[] = { NULL };\r
+const char *renderer_names32x[] = { NULL };\r
 char cpu_clk_name[] = "unused";\r
 \r
 \r
@@ -406,7 +406,7 @@ void plat_wait_till_us(unsigned int us_to)
 \r
 const char *plat_get_credits(void)\r
 {\r
-       return "PicoDrive v" VERSION " (c) notaz, 2006-2009\n\n\n"\r
+       return "PicoDrive v" VERSION " (c) notaz, 2006-2010\n\n\n"\r
                "Credits:\n"\r
                "fDave: Cyclone 68000 core,\n"\r
                "      base code of PicoDrive\n"\r