mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 15:08:31 +00:00
Restore support for the Nokia N-Gage (#12148)
This commit is contained in:

committed by
GitHub

parent
26f9940f82
commit
7ae64592c9
@@ -120,6 +120,9 @@ static const SDL_RenderDriver *render_drivers[] = {
|
||||
#ifdef SDL_VIDEO_RENDER_METAL
|
||||
&METAL_RenderDriver,
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_RENDER_NGAGE
|
||||
&NGAGE_RenderDriver,
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_RENDER_OGL
|
||||
&GL_RenderDriver,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user