initial libretro port

This commit is contained in:
notaz 2013-06-27 03:33:41 +03:00
parent 4c2e35547f
commit 2446536be5
10 changed files with 1537 additions and 32 deletions

View file

@ -800,7 +800,6 @@ static __inline int isspace_(int c)
#define EL_ANOMALY 0x80000000 /* some unexpected conditions (during emulation) */
#if EL_LOGMASK
extern void lprintf(const char *fmt, ...);
#define elprintf(w,f,...) \
{ \
if ((w) & EL_LOGMASK) \