Add PSP support
This commit is contained in:
parent
f227d45db9
commit
47dac69dc7
37 changed files with 3792 additions and 1 deletions
|
@ -124,6 +124,10 @@
|
|||
#define __NINTENDODS__ 1
|
||||
#endif
|
||||
|
||||
#if defined(__PSP__)
|
||||
#undef __PLAYSTATIONPORTABLE__
|
||||
#define __PLAYSTATIONPORTABLE__ 1
|
||||
#endif
|
||||
|
||||
#include "begin_code.h"
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue