mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
psp port runs, bad colors
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@275 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2951214ea6
commit
703e4c7bbb
10 changed files with 744 additions and 67 deletions
|
@ -1,7 +1,15 @@
|
|||
#if defined(__GP2X__) || defined(PSP)
|
||||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#if defined(__GP2X__)
|
||||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#elif defined(PSP)
|
||||
#if 0
|
||||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#else
|
||||
extern void lprintf_f(const char *fmt, ...);
|
||||
#define lprintf lprintf_f
|
||||
#endif
|
||||
#else
|
||||
#include "giz.h"
|
||||
#include "giz.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue