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:
@@ -45,8 +45,6 @@
|
||||
#include "SDL_build_config_ios.h"
|
||||
#elif defined(SDL_PLATFORM_ANDROID)
|
||||
#include "SDL_build_config_android.h"
|
||||
#elif defined(SDL_PLATFORM_NGAGE)
|
||||
#include "SDL_build_config_ngage.h"
|
||||
#else
|
||||
/* This is a minimal configuration just to get SDL running on new platforms. */
|
||||
#include "SDL_build_config_minimal.h"
|
||||
|
||||
Reference in New Issue
Block a user