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
|
||||
#endif
|
||||
#if defined(__PSP__)
|
||||
#undef __PLAYSTATIONPORTABLE__
|
||||
#define __PLAYSTATIONPORTABLE__ 1
|
||||
#undef __PSP__
|
||||
#define __PSP__ 1
|
||||
#endif
|
||||
|
||||
#include "begin_code.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue