Initial rebase of xerpi's port
This commit is contained in:
parent
bd06538778
commit
2d64e37e41
36 changed files with 2940 additions and 0 deletions
|
@ -527,6 +527,8 @@ SDL_GetPlatform()
|
|||
return "iOS";
|
||||
#elif __PSP__
|
||||
return "PlayStation Portable";
|
||||
#elif __VITA__
|
||||
return "PlayStation Vita";
|
||||
#else
|
||||
return "Unknown (see SDL_platform.h)";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue