diff src/video/ps3/SDL_ps3video.h @ 3152:7f3341cccf42 gsoc2009_ps3

Working 1080p, 720p, 480p videomodes and double buffering.
author Martin Lowinski <martin@goldtopf.org>
date Thu, 06 Aug 2009 12:24:47 +0000
parents 4a88137385f9
children
line wrap: on
line diff
--- a/src/video/ps3/SDL_ps3video.h	Tue Jul 21 05:33:11 2009 +0000
+++ b/src/video/ps3/SDL_ps3video.h	Thu Aug 06 12:24:47 2009 +0000
@@ -36,7 +36,7 @@
  * 2: SPE debug messages
  * 3: Memory adresses
  */
-#define DEBUG_LEVEL 1
+#define DEBUG_LEVEL 0
 
 #ifdef DEBUG_LEVEL
 #define deprintf( level, fmt, args... ) \
@@ -68,10 +68,10 @@
     volatile struct fb_writer_parms_t * fb_parms __attribute__((aligned(128)));
 } SDL_VideoData;
 
-typedef struct
+typedef struct SDL_DisplayModeData
 {
     unsigned long mode;
-    struct ps3fb_ioctl_res res;
+    //struct ps3fb_ioctl_res res;
 } PS3_DisplayModeData;
 
 #endif /* _SDL_ps3video_h */