Very strange here.
After quitting SDL, I do this:
CODE
chdir("/usr/gp2x");
execl("/usr/gp2x/gp2xmenu", "/usr/gp2x/gp2xmenu", NULL);
While this works for the first time, after playing the game a 2nd time, some process freezes.
I mean, the printf before that code gets executed, the one...