Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 2669:e27bdcc80744 gsoc2008_nds
First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Tue, 10 Jun 2008 06:45:39 +0000 |
parents | d87417504c75 |
children |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Wed Apr 23 06:27:10 2008 +0000 +++ b/src/video/SDL_sysvideo.h Tue Jun 10 06:45:39 2008 +0000 @@ -370,6 +370,9 @@ #if SDL_VIDEO_DRIVER_DUMMY extern VideoBootStrap DUMMY_bootstrap; #endif +#if SDL_VIDEO_DRIVER_NDS +extern VideoBootStrap NDS_bootstrap; +#endif #define SDL_CurrentDisplay (_this->displays[_this->current_display])