X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Femu.c;h=951d85ee0ab24812fd4718178a9befce60f5fe8f;hb=0c9ae59222a6fa9af18dcc072fdfb06cfca124d6;hp=2bd8be8e34489e63b59fd399ffd9015d625ba4d2;hpb=d227571356afae37e5ed67b1356b2a5a310bd204;p=libpicofe.git diff --git a/pandora/emu.c b/pandora/emu.c index 2bd8be8..951d85e 100644 --- a/pandora/emu.c +++ b/pandora/emu.c @@ -23,8 +23,8 @@ static short __attribute__((aligned(4))) sndBuffer[2*44100/50]; static unsigned char temp_frame[g_screen_width * g_screen_height * 2]; unsigned char *PicoDraw2FB = temp_frame; -const char **renderer_names = NULL; -const char **renderer_names32x = NULL; +const char *renderer_names[] = { NULL }; +const char *renderer_names32x[] = { NULL }; char cpu_clk_name[] = "unused"; @@ -406,7 +406,7 @@ void plat_wait_till_us(unsigned int us_to) const char *plat_get_credits(void) { - return "PicoDrive v" VERSION " (c) notaz, 2006-2009\n\n\n" + return "PicoDrive v" VERSION " (c) notaz, 2006-2010\n\n\n" "Credits:\n" "fDave: Cyclone 68000 core,\n" " base code of PicoDrive\n"