Switzerland
United Kingdom
Hi, I've been doing some more work on the plugin recently, mostly re factoring and some work towards an MP2 version (you can follow the changes at GitHub here).My Emulators 2 not continue developing now ?
United Kingdom
Have you tried doing what you want using the Pre/Post command setting under the 'Profiles' tab? You can enter a command line to run before starting/after exiting.
.......
EmuPid = WshShell.Exec (runString).ProcessId //launch emulator.exe
do while WshShell.AppActivate(EmuPid) <> true
loop
WScript.Sleep 1000
WshShell.Run chr(34) & "F:\Run\Emul\Utils\multimonitortool-x64\MultiMonitorTool.exe " & chr(34) & "/MoveWindow 2 Process retroarch.exe", 0, false //launch command afer emulator was started
.......