mirror of
https://github.com/yawut/SDL.git
synced 2026-09-11 10:36:27 -05:00
Add PSP support
This commit is contained in:
@@ -124,6 +124,10 @@
|
||||
#define __NINTENDODS__ 1
|
||||
#endif
|
||||
|
||||
#if defined(__PSP__)
|
||||
#undef __PLAYSTATIONPORTABLE__
|
||||
#define __PLAYSTATIONPORTABLE__ 1
|
||||
#endif
|
||||
|
||||
#include "begin_code.h"
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
|
||||
Reference in New Issue
Block a user