ste_167
Well-Known Member
A simple guide - feel free to point out errors! There seem to be so many files around nowadays that I'm sure some people must be confused which ones to use. Using this guide, you will get amazing results: totally smooth Snes emulation on your GP2X.
1) Download SquidgeSnes and transfer all files to SD card
2) Download the latest MMU Hack of SquidgeSnes and replace previous squidgesnes.gpe file on your card: http://rapidshare.de/files/25698544/squidg..._0.37c.zip.html
Follow steps 3-6, or alternatively use this GPE writer
-- - --- - -
3) Using Programmer's Notepad , copy and paste the following (don't worry you don't need to learn how to code!):
#!/bin/sh
/mnt/sd/cpu_speed 1 0 260 1.0
cd /mnt/sd/<Name of folder where you've transferred 'squidgesnes.gpe'>/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
4) Amend '260' to whatever clockspeed you require.
5) Set line endings to Unix: Tools > Line Endings > Unix (LF)
6) Save as snes.gpe (or whatever you want) and transfer to sd card
-- - --- - -
7) Finally, transfer CPU/LCD Tweaker]CPU/LCD Tweaker (cpu_speed.gpe) to card (top-level, not in a folder) and rename to cpu_speed rather than cpu_speed.gpe (ie. no extension).
Running your saved script should now start the latest version of squidgesnes at your desired clockspeed.
1) Download SquidgeSnes and transfer all files to SD card
2) Download the latest MMU Hack of SquidgeSnes and replace previous squidgesnes.gpe file on your card: http://rapidshare.de/files/25698544/squidg..._0.37c.zip.html
Follow steps 3-6, or alternatively use this GPE writer
-- - --- - -
3) Using Programmer's Notepad , copy and paste the following (don't worry you don't need to learn how to code!):
#!/bin/sh
/mnt/sd/cpu_speed 1 0 260 1.0
cd /mnt/sd/<Name of folder where you've transferred 'squidgesnes.gpe'>/
./squidgesnes.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
4) Amend '260' to whatever clockspeed you require.
5) Set line endings to Unix: Tools > Line Endings > Unix (LF)
6) Save as snes.gpe (or whatever you want) and transfer to sd card
-- - --- - -
7) Finally, transfer CPU/LCD Tweaker]CPU/LCD Tweaker (cpu_speed.gpe) to card (top-level, not in a folder) and rename to cpu_speed rather than cpu_speed.gpe (ie. no extension).
Running your saved script should now start the latest version of squidgesnes at your desired clockspeed.