Hi
I want to displayed about 100 pcx images as faster as possible.
I’m using a G400 matrox graphics card.
The video flags are
SDL_SetVideoMode(1024,768,32,SDL_HWSURFACE|SDL_FULLSCREEN|SDL_DOUBLEBUF)
and a SDL_Flip() to avoid flickering.
Is it the best way to operate ?, and how can i load all the pictures in
memory rather than to load them from
the Hardisk.
Thanks for you help.