- Thread starter
- #41
Molokoids said:chain="Game",""C:\Girder32\girder.exe" -eventstring EVENT1"
instead of
chain="Game",""C:\Program Files\Girder32\girder.exe" -eventstring EVENT1"
how about using:
Code:
chain="Game","C:\Girder32\girder.exe -eventstring EVENT1"
This should work.
But I improved quote-handling anyway and uploaded the fix:
Tested with the following two entries:
chain="Game","E:\media\emu\Mame32\Mame32.exe -skip_gameinfo -skip_disclaimer E:\media\emu\Mame32\roms\1941.zip"
chain="Game",""E:\media\emu\Mame32\Mame32.exe" -skip_gameinfo -skip_disclaimer E:\media\emu\Mame32\roms\1941.zip"
both versions work now!
can you confirm this?
Cheers,
Daniel