Hi,
Right now I have to create this script for every game that I want to use it on. I have to enter the emulator and game paths to get it to launch. Is there a way that I could use this script as an emulator in Launchbox and have it work for any game that I try launching?
Thanks!
MouseMove, 1920, 1080
RunWait, C:\Windows\nircmd\nircmd.exe monitor off
Run, "C:\Users\a9041158\Documents\Ishiiruka.Stable.758(05f5dddab).x64\Dolphin.exe" /e C:\Users\a9041158\Documents\iso\Muramasa__The_Demon_Blade.iso
Sleep, 500
Run, C:\Windows\nircmd\nircmd.exe monitor on
$Esc::
{
RunWait, C:\Windows\nircmd\nircmd.exe monitor off
Sleep, 500
Process, Close, dolphin.exe
Run, C:\Windows\nircmd\nircmd.exe monitor on
}