doohan Posted March 7, 2016 Posted March 7, 2016 Hello everybody, I've a script which works pretty well to launch Dreamcast and games: ----------------------------------------------------- IniWrite, %romPath%%romname%%RomExtension%, %emupath%gdrImage.ini, Main, imagefilename sleep, 250 Run, %emupath%%executable% ;-run=dreamcast -rom=%Romname% sleep, 500 Click 20, 40 Click 20, 60 Process, WaitClose, %executable% WinActivate, HyperSpin ExitApp CloseProcess: Process, Close, %Executable% return ------------------------------------------------------ Problem is, if I use a GUI to hide launching of emulator and clik of the pointer, the pointer will click on the GUI and no more in backend on the emulator. Is there something I can change in my script to remove action of pointers and make: - File - Run Dreamcast I don't use RocketLauncher and don't want to use it. Thanks and regards,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.