bmilleker
Member
- Joined
- Nov 15, 2005
- Messages
- 267
- Age
- 38
- Location
- Regina, Sask, Canada!
- Website
- bmilleker.misled-life.com
Have you guys been able to save your games? And have them restoring when you start the emu again?
The Holy Grail didn't/doesn't exist.
That doesn't mean an Amiga emulator isn't possible though. (I don't know, or care. I don't have a GP2X anyway.)
The Holy Grail didn't/doesn't exist.
That doesn't mean an Amiga emulator isn't possible though. (I don't know, or care. I don't have a GP2X anyway.)
the holygrail does Exist
and no i'm not that very religius
but the cup does exist though ..im sure
The Holy Grail didn't/doesn't exist.
That doesn't mean an Amiga emulator isn't possible though. (I don't know, or care. I don't have a GP2X anyway.)
the holygrail does Exist
and no i'm not that very religius
but the cup does exist though ..im sure
In the meantime you could probably use something like this to create rom launchersI'd be more than happy to, but I'm waiting for commandline support at the very least.
mkdir /mnt/sd/Emulators
mkdir /mnt/sd/Emulators/SquidgeSNES
for i in /mnt/sd/roms/snes/*.smc
do
echo "cp \"$i\" /mnt/sd/snes.smc" > "/mnt/sd/Emulators/SquidgeSNES/${i/.smc/.gpe}"
echo "/mnt/sd/squidgesnes.gpe" >> "/mnt/sd/Emulators/SquidgeSNES/${i/.smc/.gpe}"
echo "rm /mnt/sd/snes.smc" >> "/mnt/sd/Emulators/SquidgeSNES/${i/.smc/.gpe}"
echo "sync" >> "/mnt/sd/Emulators/SquidgeSNES/${i/.smc/.gpe}"
echo "cd /usr/gp2x" >> "/mnt/sd/Emulators/SquidgeSNES/${i/.smc/.gpe}"
echo "./gp2xmenu" >> "/mnt/sd/Emulators/SquidgeSNES/${i/.smc/.gpe}"
done
sync
Looking good, much speedier in the new version. However, I no longer seem to be able to play Super Mario All stars.
It played fine with the previous version, but on this one, the graphics have gone really odd. Once you get into the game, where it should be blue, it's green instead, and the player and enemies are not visible. As I said, it was fine in the previous release
Looking forwards to seeing how this evolves
Super Mario Kart does not work for me .
Edit: this script doesnt work. Does anyone know how I can remove the /mnt/sd/roms/snes/ from the start of my $i