deadlychicken22
Man is a reasoning rather than a reasonable animal
I finally got some free time and decided to try programming for the gp2x again. I downloaded the official gp2xsdk with devcpp. I loaded up my old game, extraterrestres, and have been trying to get it to run. About a year ago when I made the game, it worked fine on firmware 1.4 (although I was compiling with different libs) but wouldn't work on 2.0. So now I got the official stuff and was hoping I could get it to work on the new firmwares.
It will compile fine, but it freezes on this line when I test it on my gp2x:
I admit I'm not much of a coder, so it is probably something stupid. Any idea what I'm doing wrong here? (I'm running on firmware 2.0)
It will compile fine, but it freezes on this line when I test it on my gp2x:
Code:
Mix_OpenAudio( 22050, MIX_DEFAULT_FORMAT, 1, 512 );