comparison src/video/SDL_video.c @ 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 847549156244
children 4c5ab6841fdc
comparison
equal deleted inserted replaced
3677:cec9ea711294 3678:8e961ef35d4b
58 #if SDL_VIDEO_DRIVER_FBCON 58 #if SDL_VIDEO_DRIVER_FBCON
59 &FBCON_bootstrap, 59 &FBCON_bootstrap,
60 #endif 60 #endif
61 #if SDL_VIDEO_DRIVER_DIRECTFB 61 #if SDL_VIDEO_DRIVER_DIRECTFB
62 &DirectFB_bootstrap, 62 &DirectFB_bootstrap,
63 #endif
64 #if SDL_VIDEO_DRIVER_PS2GS
65 &PS2GS_bootstrap,
66 #endif 63 #endif
67 #if SDL_VIDEO_DRIVER_PS3 64 #if SDL_VIDEO_DRIVER_PS3
68 &PS3_bootstrap, 65 &PS3_bootstrap,
69 #endif 66 #endif
70 #if SDL_VIDEO_DRIVER_SVGALIB 67 #if SDL_VIDEO_DRIVER_SVGALIB