comparison src/video/SDL_video.c @ 3272:e8f63b28947d

Removed outdated Dreamcast support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:21:22 +0000
parents a67a961e2171
children 08574b033f37
comparison
equal deleted inserted replaced
3271:32fc3ba8df0b 3272:e8f63b28947d
101 &XBIOS_bootstrap, 101 &XBIOS_bootstrap,
102 #endif 102 #endif
103 #if SDL_VIDEO_DRIVER_GEM 103 #if SDL_VIDEO_DRIVER_GEM
104 &GEM_bootstrap, 104 &GEM_bootstrap,
105 #endif 105 #endif
106 #if SDL_VIDEO_DRIVER_DC
107 &DC_bootstrap,
108 #endif
109 #if SDL_VIDEO_DRIVER_RISCOS 106 #if SDL_VIDEO_DRIVER_RISCOS
110 &RISCOS_bootstrap, 107 &RISCOS_bootstrap,
111 #endif 108 #endif
112 #if SDL_VIDEO_DRIVER_NDS 109 #if SDL_VIDEO_DRIVER_NDS
113 &NDS_bootstrap, 110 &NDS_bootstrap,