mirror of https://github.com/libsdl-org/SDL.git
src/SDL.c: add managarm support
This commit is contained in:
parent
d4519aafd3
commit
ec5088cb99
|
|
@ -609,6 +609,8 @@ const char *SDL_GetPlatform(void)
|
||||||
return "Nokia N-Gage";
|
return "Nokia N-Gage";
|
||||||
#elif defined(__3DS__)
|
#elif defined(__3DS__)
|
||||||
return "Nintendo 3DS";
|
return "Nintendo 3DS";
|
||||||
|
#elif defined(__managarm__)
|
||||||
|
return "Managarm";
|
||||||
#else
|
#else
|
||||||
return "Unknown (see SDL_platform.h)";
|
return "Unknown (see SDL_platform.h)";
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue