I use custom emulator setups for each of my emulators that calls a batch file as there is other processing I like to do. This works well for all emulators I have set up, except one. Kega Fusion is no longer working. It used to and I haven't made any changes. Here's what's happening. Set up the emulator in LB to call the batch that launches Kega. Settings in the emulator config as follows:
Application Path: Points to batch file location
Default Command-Line Parameters: -fullscreen
Sample Command: shows "Fusion.bat -fullscreen "FULL\PATH\TO\ROM\FILE"
I have also gone in and cleared out any default emulator command line args in the associated platforms screen.
I setup the batch to output what is passed to it from LB so I can troubleshoot.
It should be passing -fullscreen "path to rom" based on my config settings. However, it's passing "-fullscreen" correct, but the 2nd arg it's passing is the path to the batch file. I'm not sure why and can't get it to pass the rom file location. I even tried creating another custom emulator and reconfiguring it all again, same thing. Thanks in advance for any help.