rooster
Member
Hi guys,
just wondering if anyone can help me with this:
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 been behaving fine in this project on both platforms, its just now I've decided to add this scrolling background the GP2X has gone f-ing mental.
Help plz you gurus! thanks,
rooster
just wondering if anyone can help me with this:
Code:
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 been behaving fine in this project on both platforms, its just now I've decided to add this scrolling background the GP2X has gone f-ing mental.
Help plz you gurus! thanks,
rooster