initial libretro port
[picodrive.git] / pico / pico_int.h
index 3e4083f..c206aa8 100644 (file)
@@ -800,7 +800,6 @@ static __inline int isspace_(int c)
 #define EL_ANOMALY 0x80000000 /* some unexpected conditions (during emulation) */\r
 \r
 #if EL_LOGMASK\r
-extern void lprintf(const char *fmt, ...);\r
 #define elprintf(w,f,...) \\r
 { \\r
        if ((w) & EL_LOGMASK) \\r