X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Femu.c;h=a9a21193a7dbd1ea030682c6c6cd7bf2d638d6a5;hb=b5bfb86438216d502f1f9ed14b923d3b0107c07d;hp=d409b57bb8d63d561d2374269190ab64dd8148d2;hpb=6dba776e17ea2cd7b3d8aa27f020dab66cb83ac8;p=libpicofe.git diff --git a/pandora/emu.c b/pandora/emu.c index d409b57..a9a2119 100644 --- a/pandora/emu.c +++ b/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;