Does anybody know how to rotate SDL surface horizontally without using SDL_gfx? The code below works perfect on PC but it doesn't work on GP2X and I don't why. What am I doing wrong? :(
Thanks for help.
SDL_Surface* CGameApp::FlipImage(SDL_Surface *aImg, int aFlip)
{
// Create a new surface...