HauJobb
Well-Known Member
Ryo your are great
I love you
I love you
DaveC posted on Aug 7 2006 at 09:12 AM said:Looks ok but it really doesn't make good use of space. There are still only 6 things on screen to choose from and it is too linear. This means alot of scrolling to get to what you want. It looks PSP ish. Just because the PSP does it like that doesn't make it the best solution though.
...
title=DrMD
description=SEGA Genesis,SMS,GG Emulator
icon=/mnt/sd/Apps_Emulators/Genesis.png
screen=screens/genesis.png
exec=/mnt/sd/Apps_Emulators/Genesis.gpe
#!/bin/sh
/mnt/sd/cpu_speed 1 2 200 0.6
cd /mnt/sd/DrMD/
./DrMDv5b5.gpe
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
title=fceUltra
description=NES emulator
icon=/mnt/sd/Apps_Emulators/NES.png
screen=screens/nes.png
exec=/mnt/sd/Apps_Emulators/NES.gpe
#!/bin/sh
cd /mnt/sd/
./cpu_speed 1 2 233 0.6
cd /mnt/sd/gpfce_v02
./selector ./gpfce_swapbuttons_config > ./gpfce.log
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
The clock speed is not just for showing, it's the clock speed that will be set before launching the selected link. So it's a feature that easily allows under/overclock of every app.Loubear posted on Aug 8 2006 at 06:03 PM said:That is fantastic...I especially love the bottom bar showing the clock speed and the memory usage...
Excellent-looking progress!Ryo posted on Aug 8 2006 at 10:23 AM said:The clock speed is not just for showing, it's the clock speed that will be set before launching the selected link. So it's a feature that easily allows under/overclock of every app.Loubear posted on Aug 8 2006 at 06:03 PM said:That is fantastic...I especially love the bottom bar showing the clock speed and the memory usage...