Re: Snes9xGC Beta 2 Released
Thanks for posting this, Wraggster. I'd just registered an account and was preparing to make a post about it, since so many people seem interested. :)
Re: Snes9xGC Beta 2 Released
Since Lantus released the source ive been hoping for someone to compile and fix the problems that were left :)
Now i just wish the postman would hurry up with my parcel with all the Gamecube Homebrew stuff in it :)
Re: Snes9xGC Beta 2 Released
Damn, this is great! Thank you HK :) Now I got DSNES/SFC for Dreamcast and SNES9xGC for my GC ;D
Re: Snes9xGC Beta 2 Released
HonkeyKong you are a beast! Your emulator is so great, I developed a batch file for us windows users to make it easier!
To make a batch file, create a new text document and erase the .txt extension and put .bat. Then right click on the file and then click edit. Paste this in with the correct information
cls
drive letter emulator on:
cd complete path
s9xinject %1 %1.dol
so for example on my computer, it is:
cls
D:
cd D:\My Gamecube Files\Emulators\SNES9XGC-Beta2
s9xinject %1 %1.dol
Now to create a compiled dol, drag a snes rom over the batch file, and there you go! The compiled dol will be in the folder where the rom is. '
So if I dragged mario.smc onto the batch, out would come mario.smc.dol without having to type anything!