mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-29 22:48:30 +00:00
ngage: Remove Nokia N-Gage support.
This can be reverted if a toolchain arrives that can handle C99 features like variables declared in the middle of a scope, but for now we literally can't compile SDL3 for this platform. Fixes #11243.
This commit is contained in:
@@ -742,8 +742,6 @@ const char *SDL_GetPlatform(void)
|
||||
return "PlayStation Portable";
|
||||
#elif defined(SDL_PLATFORM_VITA)
|
||||
return "PlayStation Vita";
|
||||
#elif defined(SDL_PLATFORM_NGAGE)
|
||||
return "Nokia N-Gage";
|
||||
#elif defined(SDL_PLATFORM_3DS)
|
||||
return "Nintendo 3DS";
|
||||
#elif defined(__managarm__)
|
||||
|
Reference in New Issue
Block a user