Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 5048:187d7d446306
PS3 Linux is no more...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 22:25:40 -0800 |
parents | edaf3e364a05 |
children | e8916fe9cfc8 |
comparison
equal
deleted
inserted
replaced
5047:edaf3e364a05 | 5048:187d7d446306 |
---|---|
409 extern VideoBootStrap X11_bootstrap; | 409 extern VideoBootStrap X11_bootstrap; |
410 #endif | 410 #endif |
411 #if SDL_VIDEO_DRIVER_DIRECTFB | 411 #if SDL_VIDEO_DRIVER_DIRECTFB |
412 extern VideoBootStrap DirectFB_bootstrap; | 412 extern VideoBootStrap DirectFB_bootstrap; |
413 #endif | 413 #endif |
414 #if SDL_VIDEO_DRIVER_PS3 | |
415 extern VideoBootStrap PS3_bootstrap; | |
416 #endif | |
417 #if SDL_VIDEO_DRIVER_WIN32 | 414 #if SDL_VIDEO_DRIVER_WIN32 |
418 extern VideoBootStrap WIN32_bootstrap; | 415 extern VideoBootStrap WIN32_bootstrap; |
419 #endif | 416 #endif |
420 #if SDL_VIDEO_DRIVER_BWINDOW | 417 #if SDL_VIDEO_DRIVER_BWINDOW |
421 extern VideoBootStrap BWINDOW_bootstrap; | 418 extern VideoBootStrap BWINDOW_bootstrap; |