From 1350086e6c22d7bed13cf8391603064ac798e903 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 17 Mar 2013 09:45:40 -0700 Subject: [PATCH] The platform define for the PSP is __PSP__ --- include/SDL_platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_platform.h b/include/SDL_platform.h index d37964dfe..d03bd3866 100644 --- a/include/SDL_platform.h +++ b/include/SDL_platform.h @@ -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"