Skip to content

Commit

Permalink
Added NaCl to SDL_GetPlatform()
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 21, 2014
1 parent 640e041 commit 80e401a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SDL.c
Expand Up @@ -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__
Expand Down

0 comments on commit 80e401a

Please sign in to comment.