Updated the name of the iOS platform
This commit is contained in:
parent
ff5cf27049
commit
b03f072d95
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ SDL_GetPlatform()
|
||||||
#elif __WIN32__
|
#elif __WIN32__
|
||||||
return "Windows";
|
return "Windows";
|
||||||
#elif __IPHONEOS__
|
#elif __IPHONEOS__
|
||||||
return "iPhone OS";
|
return "iOS";
|
||||||
#elif __PSP__
|
#elif __PSP__
|
||||||
return "PlayStation Portable";
|
return "PlayStation Portable";
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue