comparison src/video/SDL_sysvideo.h @ 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
387 extern VideoBootStrap XBIOS_bootstrap; 387 extern VideoBootStrap XBIOS_bootstrap;
388 #endif 388 #endif
389 #if SDL_VIDEO_DRIVER_GEM 389 #if SDL_VIDEO_DRIVER_GEM
390 extern VideoBootStrap GEM_bootstrap; 390 extern VideoBootStrap GEM_bootstrap;
391 #endif 391 #endif
392 #if SDL_VIDEO_DRIVER_DC
393 extern VideoBootStrap DC_bootstrap;
394 #endif
395 #if SDL_VIDEO_DRIVER_RISCOS 392 #if SDL_VIDEO_DRIVER_RISCOS
396 extern VideoBootStrap RISCOS_bootstrap; 393 extern VideoBootStrap RISCOS_bootstrap;
397 #endif 394 #endif
398 #if SDL_VIDEO_DRIVER_UIKIT 395 #if SDL_VIDEO_DRIVER_UIKIT
399 extern VideoBootStrap UIKIT_bootstrap; 396 extern VideoBootStrap UIKIT_bootstrap;