Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 3976:8582c6a5ca16 SDL-1.2
Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Jun 2007 00:50:20 +0000 |
parents | 6d2e1961661a |
children | 604321d3575e |
comparison
equal
deleted
inserted
replaced
3975:e85e65aec22f | 3976:8582c6a5ca16 |
---|---|
105 #if SDL_VIDEO_DRIVER_PICOGUI | 105 #if SDL_VIDEO_DRIVER_PICOGUI |
106 &PG_bootstrap, | 106 &PG_bootstrap, |
107 #endif | 107 #endif |
108 #if SDL_VIDEO_DRIVER_DC | 108 #if SDL_VIDEO_DRIVER_DC |
109 &DC_bootstrap, | 109 &DC_bootstrap, |
110 #endif | |
111 #if SDL_VIDEO_DRIVER_NDS | |
112 &NDS_bootstrap, | |
110 #endif | 113 #endif |
111 #if SDL_VIDEO_DRIVER_RISCOS | 114 #if SDL_VIDEO_DRIVER_RISCOS |
112 &RISCOS_bootstrap, | 115 &RISCOS_bootstrap, |
113 #endif | 116 #endif |
114 #if SDL_VIDEO_DRIVER_OS2FS | 117 #if SDL_VIDEO_DRIVER_OS2FS |