Add PSP support

This commit is contained in:
Captain Lex 2013-03-17 20:07:02 +08:00
parent f227d45db9
commit 47dac69dc7
37 changed files with 3792 additions and 1 deletions

View file

@ -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++ */