to start push mouse button middle ....
work only for P2
THANKS TO 3nigm4 for command line with retroarch !!
ahk file to play with wiimote :
UP WIIMOTE = CREDIT
MINUS + WIIMOTE = START P2 (P1 NOT WORK)
#SingleInstance Force
run, F:\JEUX PC SUITE\Shootout At Old Tucson RetroArch\retroarch.exe -L "cores\opera_libretro.dll" "roms\Shootout at Old Tucson (1994)(American Laser Games)(US).cue"
return::MButton ;start game P2
Up::1 ;credit P2
Return
$Escape::
Send !{f4}
Process, Close, AutoHotkey.exe
Run,taskkill /im "AutoHotkey.exe" /F
Process,Close,retroarch.exe
Run,taskkill /im "retroarch.exe" /F
ExitApp
return
launch SHOOTOUT.ahk