Hi guys,
just wondering if anyone can help me with this:
bg_scroll_data = SDL_CreateRGBSurface(SDL_SWSURFACE,1000,1000,32,r_mask, g_mask, b_mask,a_mask);
It's working fine on Windows, when the GP2X hits the line above it's quitting.
I'm using the official devkit.
All my other code has...