Added: PSP backend
svn-id: r18696
This commit is contained in:
parent
8cbdf0e629
commit
bc394b6ea3
25 changed files with 2984 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue