Parcourir la source

Added NaCl to SDL_GetPlatform()

Sam Lantinga il y a 11 ans
Parent
commit
80e401ab08
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/SDL.c

+ 2 - 0
src/SDL.c

@@ -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__