mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-26 07:48:42 +00:00
Restore support for the Nokia N-Gage (#12148)
This commit is contained in:
parent
26f9940f82
commit
7ae64592c9
51 changed files with 4184 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue