I've been using GL for quite a while now on my cab, running MAME. Now I am in the process of adding other emulators, as well as PC games. So far no problems with emus, but I am not being so lucky with PC games.
Part of the challenge here is to make GL work with standalone exe files (no roms associated). So I figured a good idea would be to make a .bat file (and this would be the 'executable') and make the rom the actual game executable file itself. This way I could make a list of pcgames and embed them in the pcgames.rom file, and be able to run all PC games from a single screen under GL menu.
So, my bat file 'startgame.bat' reads:
start %1
And GameLauncher would run this command: (verified via debug mode)
startgame.bat m:\games\PCgame\PCgame.exe
In theory this should work, because I tried running this command from a DOS prompt and all is fine. However, GL doesn't like this. It launches the game but returns to the main menu immediately. If I quit GL, the PC game is revealed running on the background, so clearly the game is being launched.
I also attempted a more direct (but ugly) approach, and managed to get GL to execute this directly, without relying on bat file:
m:\games\PCgame\PCgame.exe
Still, same problem.
The game I'm trying to get to work is called Mutant Storm (an absolute gem!!!) and you can dl it here:
http://www.pompom.org.uk/Any help appreciated. I hate having to quit GL to play PC games
