mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-01 17:52:59 +02:00
Cyclone poll detection problem fixed
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@307 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -1,9 +1,2 @@
|
||||
#if defined(__GP2X__)
|
||||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#elif defined(PSP)
|
||||
extern void lprintf(const char *fmt, ...);
|
||||
#else
|
||||
#include "giz.h"
|
||||
#endif
|
||||
extern void lprintf(const char *fmt, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user