X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Femu.c;h=a9a21193a7dbd1ea030682c6c6cd7bf2d638d6a5;hb=b24e0f6ce6e8a59ba43597520709ca79fa36ff8e;hp=d409b57bb8d63d561d2374269190ab64dd8148d2;hpb=bbc8ceb9c0fbe92d803b41efa4cc073899aad664;p=picodrive.git diff --git a/platform/pandora/emu.c b/platform/pandora/emu.c index d409b57..a9a2119 100644 --- a/platform/pandora/emu.c +++ b/platform/pandora/emu.c @@ -34,7 +34,6 @@ static short __attribute__((aligned(4))) sndBuffer[2*44100/50]; -static struct timeval noticeMsgTime = { 0, 0 }; // when started showing static int osd_fps_x; unsigned char *PicoDraw2FB = NULL; // temporary buffer for alt renderer @@ -43,17 +42,6 @@ unsigned char *PicoDraw2FB = NULL; // temporary buffer for alt renderer static int pico_pen_x = 0, pico_pen_y = 240/2; -void plat_status_msg(const char *format, ...) -{ - va_list vl; - - va_start(vl, format); - vsnprintf(noticeMsg, sizeof(noticeMsg), fmt, vl); - va_end(vl); - - gettimeofday(¬iceMsgTime, 0); -} - int plat_get_root_dir(char *dst, int len) { extern char **g_argv;