mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
minor psp fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@297 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
81fda4e8d8
commit
110df09c8a
10 changed files with 153 additions and 47 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