Restore support for the Nokia N-Gage (#12148)

This commit is contained in:
Michael Fitzmayer 2025-05-22 20:07:22 +02:00 committed by GitHub
parent 26f9940f82
commit 7ae64592c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 4184 additions and 44 deletions

View file

@ -22,6 +22,8 @@ function(SDL_DetectCMakePlatform)
set(sdl_cmake_platform Haiku)
elseif(NINTENDO_3DS)
set(sdl_cmake_platform n3ds)
elseif(NGAGESDK)
set(sdl_cmake_platform ngage)
elseif(PS2)
set(sdl_cmake_platform ps2)
elseif(VITA)