mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-24 19:15:40 +00:00
Added NaCl to SDL_GetPlatform()
This commit is contained in:
parent
640e0415ae
commit
80e401ab08
|
@ -421,6 +421,8 @@ SDL_GetPlatform()
|
||||||
return "MacOS Classic";
|
return "MacOS Classic";
|
||||||
#elif __MACOSX__
|
#elif __MACOSX__
|
||||||
return "Mac OS X";
|
return "Mac OS X";
|
||||||
|
#elif __NACL__
|
||||||
|
return "NaCl";
|
||||||
#elif __NETBSD__
|
#elif __NETBSD__
|
||||||
return "NetBSD";
|
return "NetBSD";
|
||||||
#elif __OPENBSD__
|
#elif __OPENBSD__
|
||||||
|
|
Loading…
Reference in a new issue