So I have a bit of a strange issue: for the most part I can run SSF 0.12 beta R4 successfully from LaunchBox. Once and awhile I will get an "Insert disc" error from presumably Daemon Tools Lite which to me feels like a race condition. If I retry, I usually get the game to load.
My problem, however, is when I try to play them in BigBox; I simply get a blank screen.
In LaunchBox, I am pointing to SSF as my emulator. And then in the emulator dialogue's "Sample Command" section I have this:
launch-ssf.bat "FULL\PATH\TO\ROM\FILE"
launch-ssf.bat I believe I found on these forums awhile back? Here is the contents of that file:
@echo off
set daemon="C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe"
start "" %daemon% -ªømount dt, 0, %1%
start /wait "" "C:\Users\MineOne\Desktop\Emulators\Saturn\SSF_012_beta_R4\SSF.exe"
%daemon% -unmount dt, 0
Anyone have any idea why this would work in LauchBox but not BigBox?
Is there a better, recommended way to run games from SSF?