Add PSP support

This commit is contained in:
Captain Lex 2013-03-17 20:07:02 +08:00
parent f227d45db9
commit 47dac69dc7
37 changed files with 3792 additions and 1 deletions

View file

@ -27,7 +27,10 @@
#include "SDL_events_c.h"
#include "SDL_gesture_c.h"
#if !defined(__PSP__)
#include <memory.h>
#endif
#include <string.h>
#include <stdio.h>
#include <math.h>