How To Back Out Of Wiz Emulators


stonestn

Still Fresh
Joined
Jan 13, 2009
Messages
23
Age
41
Location
......
Website
Visit site
Just a simple question what button combination do I need to push to back out of emulators to change roms or go back to the main menu? Been turning it off then back on but I'm thinking there's got to be a better way.
 
Moomin posted on May 19 2009 at 10:48 AM said:
BTW, I can't go back to the menu from GPFCE. It displays "Loading..." screen for ever
I think thats just a glitch, I haven't tried it yet.
 
Last edited by a moderator:
Moomin posted on May 19 2009 at 06:48 PM said:
BTW, I can't go back to the menu from GPFCE. It displays "Loading..." screen for ever
That's a bug with the port, all you can do is turn off/on
 
Last edited by a moderator:
Moomin posted on May 19 2009 at 06:48 PM said:
BTW, I can't go back to the menu from GPFCE. It displays "Loading..." screen for ever
You can gracfully exit GPFCE using a GPU shortcut instead of the GPE directly

CODE
#run app, redirect stdout/in
./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",
Run this instead of the GPE.
And if you have an INI link, point it here as well.

Good Luck
-DEJ
 
Last edited by a moderator:
Back
Top