Mercurial > sdl-ios-xcode
diff src/video/ps3/SDL_ps3video.h @ 3142:c146645a770e gsoc2009_ps3
Roughly working framebuffer.
author | Martin Lowinski <martin@goldtopf.org> |
---|---|
date | Thu, 04 Jun 2009 07:02:15 +0000 |
parents | 3df74541339b |
children | 8fdabaa064c3 |
line wrap: on
line diff
--- a/src/video/ps3/SDL_ps3video.h Fri May 29 09:50:21 2009 +0000 +++ b/src/video/ps3/SDL_ps3video.h Thu Jun 04 07:02:15 2009 +0000 @@ -56,8 +56,8 @@ /* SPU thread data */ typedef struct spu_data { spe_context_ptr_t ctx; + spe_program_handle_t program; pthread_t thread; - spe_program_handle_t program; char * program_name; unsigned int booted; unsigned int keepalive;