Added NaCl to SDL_GetPlatform()
This commit is contained in:
parent
c03ba02837
commit
07424140e9
1 changed files with 2 additions and 0 deletions
|
@ -421,6 +421,8 @@ SDL_GetPlatform()
|
|||
return "MacOS Classic";
|
||||
#elif __MACOSX__
|
||||
return "Mac OS X";
|
||||
#elif __NACL__
|
||||
return "NaCl";
|
||||
#elif __NETBSD__
|
||||
return "NetBSD";
|
||||
#elif __OPENBSD__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue