The platform define for the PSP is __PSP__

This commit is contained in:
Sam Lantinga 2013-03-17 09:45:40 -07:00
parent 3afbe992d5
commit e64abd6e47

View file

@ -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"