changeset 7009 | 161b7b6a5303 |
parent 6885 | 700f1b25f77f |
child 7011 | 82bbfbbc720e |
1.1 --- a/include/SDL_platform.h Sat Mar 16 11:00:04 2013 -0700 1.2 +++ b/include/SDL_platform.h Sun Mar 17 20:07:02 2013 +0800 1.3 @@ -124,6 +124,10 @@ 1.4 #define __NINTENDODS__ 1 1.5 #endif 1.6 1.7 +#if defined(__PSP__) 1.8 +#undef __PLAYSTATIONPORTABLE__ 1.9 +#define __PLAYSTATIONPORTABLE__ 1 1.10 +#endif 1.11 1.12 #include "begin_code.h" 1.13 /* Set up for C function definitions, even when using C++ */