mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
initial libretro port
This commit is contained in:
parent
4c2e35547f
commit
2446536be5
10 changed files with 1537 additions and 32 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue