diff src/video/SDL_sysvideo.h @ 3141:3df74541339b gsoc2009_ps3

Added ps3 video driver based on the dummy driver. Added spulib for copying to framebuffer. Added SPU managing functions. Added open/close and taking control of the framebuffer.
author Martin Lowinski <martin@goldtopf.org>
date Fri, 29 May 2009 09:50:21 +0000
parents 7dc982143c06
children
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sat May 23 22:49:46 2009 +0000
+++ b/src/video/SDL_sysvideo.h	Fri May 29 09:50:21 2009 +0000
@@ -355,6 +355,9 @@
 #if SDL_VIDEO_DRIVER_PS2GS
 extern VideoBootStrap PS2GS_bootstrap;
 #endif
+#if SDL_VIDEO_DRIVER_PS3
+extern VideoBootStrap PS3_bootstrap;
+#endif
 #if SDL_VIDEO_DRIVER_VGL
 extern VideoBootStrap VGL_bootstrap;
 #endif