I have an MK 2 Gp2x
I have followed the oc guide. Unfortunately when the script loads a black screen with white letters and info and then stops. This screen usually appears, but then proceeds to load the emulator during a normal boot.
Here is my script code...
#!/bin/sh
/mnt/sd/cpu_speed 1 0 260 0.8
cd /mnt/sd/Super Nintendo/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
I heard that using an older version of LCD tweaker works better. I am using the latest LCD tweaker utility(cpu_speed.gpe file)
Thanks
Note: I used Programmers Notepad, deleted the file extension of the cpu_speed file, still not working.
I have followed the oc guide. Unfortunately when the script loads a black screen with white letters and info and then stops. This screen usually appears, but then proceeds to load the emulator during a normal boot.
Here is my script code...
#!/bin/sh
/mnt/sd/cpu_speed 1 0 260 0.8
cd /mnt/sd/Super Nintendo/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
I heard that using an older version of LCD tweaker works better. I am using the latest LCD tweaker utility(cpu_speed.gpe file)
Thanks
Note: I used Programmers Notepad, deleted the file extension of the cpu_speed file, still not working.