As many of know, GPFCE does not exit to the menu.
Rather it hangs on the Menu Loading Screen.
The following code will fix this...
CODE
#run app, redirect stdout/err
./fceu_norot.gpe >stdout.txt 2>stderr.txt
sync
# return to the menu screen
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Save as... "fceu_norot.gpu".
Now run the GPU and not the GPE.
Much Better, eh?
Also, Be sure to change the INI shortcut if you use it.
-DEJ
Credit (where credit is due):
I stole the idea from smyp's port of the REminiscence engine for Flashback.
He uses a GPU to launch his GPE...
Rather it hangs on the Menu Loading Screen.
The following code will fix this...
CODE
#run app, redirect stdout/err
./fceu_norot.gpe >stdout.txt 2>stderr.txt
sync
# return to the menu screen
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Save as... "fceu_norot.gpu".
Now run the GPU and not the GPE.
Much Better, eh?
Also, Be sure to change the INI shortcut if you use it.
-DEJ
Credit (where credit is due):
I stole the idea from smyp's port of the REminiscence engine for Flashback.
He uses a GPU to launch his GPE...
Last edited by a moderator: