July 21, 2025, 02:55:12 pm
0 Members and 1 Guest are viewing this topic.
I have Saturn running on SSF 0.11 R5 with the command line of ("%path%\%rom%.%ext%")I use the following AHK script. I have a GP-Wiz 40, so I use joy to key to map my exit button to Alt-F4, but I think ESC will exit it.Code:Run, C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe -unmount 0Sleep 2000Run, C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe -mount 0`, "%1%"Sleep 2000SetWorkingDir, C:\Emulators\Programs\SSFrun, joytokey.exeRunwait, SSF.exe run, taskkill /f /im joytokey.exeI also have Virtual Boy running using Mednafen 0.9WIP and (-fs 1 "%path%\%rom%.%ext%")