I've got a MK2 GP2x running Firmware 2.0.0, here is my script
#!/bin/sh
/mnt/sd/cpu_speed.gpe 1 0 280 1.0
cd /mnt/sd/Games/snes/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
I've got cpu_speed.gpe by itself in the root of my sd card and squidgesnes.gpe in the folder; Games/snes, yet when I play Squidgesnes (0.37c) I find no difference what so ever, I've searched the board and tryed everything so what am I doing wrong?
#!/bin/sh
/mnt/sd/cpu_speed.gpe 1 0 280 1.0
cd /mnt/sd/Games/snes/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
I've got cpu_speed.gpe by itself in the root of my sd card and squidgesnes.gpe in the folder; Games/snes, yet when I play Squidgesnes (0.37c) I find no difference what so ever, I've searched the board and tryed everything so what am I doing wrong?