mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 19:09:37 +02:00
some minor adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@304 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#elif defined(PSP)
|
||||
extern void lprintf_f(const char *fmt, ...);
|
||||
#define lprintf lprintf_f
|
||||
extern void lprintf(const char *fmt, ...);
|
||||
#else
|
||||
#include "giz.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user