mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
minor psp fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@297 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c14459dbf9
commit
fe9e3b2544
8 changed files with 149 additions and 44 deletions
|
@ -2,13 +2,8 @@
|
|||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#elif defined(PSP)
|
||||
#ifdef LPRINTF_STDIO
|
||||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#else
|
||||
extern void lprintf_f(const char *fmt, ...);
|
||||
#define lprintf lprintf_f
|
||||
#endif
|
||||
extern void lprintf_f(const char *fmt, ...);
|
||||
#define lprintf lprintf_f
|
||||
#else
|
||||
#include "giz.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue