bacteria
Modder & Portablizer
Is it possible to boot straight into the tv-out mode rather than having to navigate the menus? If so, how please?
#!bash
/mnt/sd/tvmode.gpe
cd /usr/gp2x
exec gp2xmenu
Not if you call it with "--disable-autorun"paeryn posted on Mar 21 2007 at 02:24 AM said:Hmm it doesn't seem so easy, the first thing gp2xmenu does is run the autorun. Best stick with manually changing it.
#!/bin/sh
/mnt/sd/tvon.gpe
if [ -x "/mnt/sd/autorun2.gpu" ]; then
cd /mnt/sd
./autorun2.gpu
else
cd /usr/gp2x
./gp2xmenu --disable-autorun
fi
#!/bin/sh
./tvon.gpe -tvmode 3