X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Femu.c;h=951d85ee0ab24812fd4718178a9befce60f5fe8f;hb=fcdefcf62cb71969b456a6f27688adbeb5890bb9;hp=2bd8be8e34489e63b59fd399ffd9015d625ba4d2;hpb=b4db550e41b2aa277f570d7bff890c8e8ee1831f;p=picodrive.git diff --git a/platform/pandora/emu.c b/platform/pandora/emu.c index 2bd8be8..951d85e 100644 --- a/platform/pandora/emu.c +++ b/platform/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"