The platform define for the PSP is __PSP__
This commit is contained in:
parent
3afbe992d5
commit
e64abd6e47
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@
|
||||||
#define __WIN32__ 1
|
#define __WIN32__ 1
|
||||||
#endif
|
#endif
|
||||||
#if defined(__PSP__)
|
#if defined(__PSP__)
|
||||||
#undef __PLAYSTATIONPORTABLE__
|
#undef __PSP__
|
||||||
#define __PLAYSTATIONPORTABLE__ 1
|
#define __PSP__ 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "begin_code.h"
|
#include "begin_code.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue