diff src/video/SDL_video.c @ 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 7f684f249ec9
children
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sat May 23 22:49:46 2009 +0000
+++ b/src/video/SDL_video.c	Fri May 29 09:50:21 2009 +0000
@@ -73,6 +73,9 @@
 #if SDL_VIDEO_DRIVER_PS2GS
     &PS2GS_bootstrap,
 #endif
+#if SDL_VIDEO_DRIVER_PS3
+    &PS3_bootstrap,
+#endif
 #if SDL_VIDEO_DRIVER_VGL
     &VGL_bootstrap,
 #endif