- Joined
- Dec 8, 2005
- Messages
- 6,603
- Age
- 40
- Location
- UK
- Website
- pokeparadox.itch.io
- WEBSITE
- https://github.com/pokeparadox
- YOUTUBE
- pokeparadox
Hi!
I've copied the overclockin util onto my nand. I'm trying to write and run a script to overclock the CPU to 280MHz and then run SquidgeSnes... This is what I have currently:
Unfortunately I just end up at the menu again... so it seems it's not going right. Any help?
EDIT: I think I've just spotted what it might be... I'm trying to run and change dir at the same time... >_>
I've copied the overclockin util onto my nand. I'm trying to write and run a script to overclock the CPU to 280MHz and then run SquidgeSnes... This is what I have currently:
Code:
#/bin/sh
/mnt/nand/overclocker/cpu_speed.gpe 1 5 280 0.6
cd /mnt/sd/Emulators/SNES/squidgesnes_dr2.gpe
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Unfortunately I just end up at the menu again... so it seems it's not going right. Any help?
EDIT: I think I've just spotted what it might be... I'm trying to run and change dir at the same time... >_>