mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
src/SDL.c: add managarm support
This commit is contained in:

committed by
Ryan C. Gordon

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
|
||||||
|
Reference in New Issue
Block a user