Firewhip Demo 1 Released


I'm pretty sure you can script Fenix's speed, I think Quiest does that in his Minigame project, there are three or so scripts that launch at different levels of OC.

- Alex
 
I try this
Code:
#!/bin/sh
cd runtime
./fxi ../firewhip/firewhip.dcb -nosplash -s50
sync
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
And i try underclock from gmenu, but seems it reset clockspeed =(
 
The 266 script from TMP:

Code:
#!/bin/sh
cd runtime
./fxi ../data/mp.dcb -nosplash -s266
sync
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
- Alex
 
So, why it is don't work? I did it like in TMP but firewhip still work perfect =\
 
Back
Top