mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
psp port runs, bad colors
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@275 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1820b5a7a1
commit
7d4906bfc9
11 changed files with 747 additions and 68 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