Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 3283:1ed5d432e468
Removed outdated Atari support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 20 Sep 2009 04:15:19 +0000 |
parents | 00cace2d9080 |
children | 87ffdad11607 |
comparison
equal
deleted
inserted
replaced
3282:10a12f77f597 | 3283:1ed5d432e468 |
---|---|
86 &qnxgf_bootstrap, | 86 &qnxgf_bootstrap, |
87 #endif | 87 #endif |
88 #if SDL_VIDEO_DRIVER_EPOC | 88 #if SDL_VIDEO_DRIVER_EPOC |
89 &EPOC_bootstrap, | 89 &EPOC_bootstrap, |
90 #endif | 90 #endif |
91 #if SDL_VIDEO_DRIVER_XBIOS | |
92 &XBIOS_bootstrap, | |
93 #endif | |
94 #if SDL_VIDEO_DRIVER_GEM | |
95 &GEM_bootstrap, | |
96 #endif | |
97 #if SDL_VIDEO_DRIVER_RISCOS | 91 #if SDL_VIDEO_DRIVER_RISCOS |
98 &RISCOS_bootstrap, | 92 &RISCOS_bootstrap, |
99 #endif | 93 #endif |
100 #if SDL_VIDEO_DRIVER_NDS | 94 #if SDL_VIDEO_DRIVER_NDS |
101 &NDS_bootstrap, | 95 &NDS_bootstrap, |