comparison src/video/SDL_sysvideo.h @ 3678:8e961ef35d4b

Fixed bug #930 The PS2 video driver is obsolete and not going to be updated unless someone wants to maintain it.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 18 Jan 2010 14:27:30 +0000
parents f638ded38b8a
children 64ce267332c6
comparison
equal deleted inserted replaced
3677:cec9ea711294 3678:8e961ef35d4b
371 extern VideoBootStrap FBCON_bootstrap; 371 extern VideoBootStrap FBCON_bootstrap;
372 #endif 372 #endif
373 #if SDL_VIDEO_DRIVER_DIRECTFB 373 #if SDL_VIDEO_DRIVER_DIRECTFB
374 extern VideoBootStrap DirectFB_bootstrap; 374 extern VideoBootStrap DirectFB_bootstrap;
375 #endif 375 #endif
376 #if SDL_VIDEO_DRIVER_PS2GS
377 extern VideoBootStrap PS2GS_bootstrap;
378 #endif
379 #if SDL_VIDEO_DRIVER_PS3 376 #if SDL_VIDEO_DRIVER_PS3
380 extern VideoBootStrap PS3_bootstrap; 377 extern VideoBootStrap PS3_bootstrap;
381 #endif 378 #endif
382 #if SDL_VIDEO_DRIVER_SVGALIB 379 #if SDL_VIDEO_DRIVER_SVGALIB
383 extern VideoBootStrap SVGALIB_bootstrap; 380 extern VideoBootStrap SVGALIB_bootstrap;