Added: PSP backend

svn-id: r18696
This commit is contained in:
Joost Peters 2005-08-16 17:15:37 +00:00
parent 8cbdf0e629
commit bc394b6ea3
25 changed files with 2984 additions and 5 deletions

View file

@ -56,6 +56,8 @@ OSystem *OSystem::makeInstance() {
return OSystem_PALMOS_create();
#elif defined(__PLAYSTATION2__)
return OSystem_PS2_create();
#elif defined(__PSP__)
return OSystem_PSP_create();
#elif defined(__SYMBIAN32__) // SumthinWicked / Sprawl
return OSystem_SymbianOS_create();
#else