Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Im losing my mind trying to work this out.

 

Could someone please provide me with a script to make "select" + "start" = esc.

select is joy7 and start is joy8.

 

joy7 & joy8 :: send {esc down} - I thought I had it with this but all this does is press start and it exits dolphin, select does nothing. Iv tried searching for a hold down command so I could maybe hold select and press start but Iv come up with nothing that works for soooo many hours now lol. Please help. 

Posted

here is my script

 

Joy7::
if GetKeyState("Joy8")
Goto, kill_emu
return

Joy8::
if GetKeyState("Joy7")
Goto, kill_emu
return


kill_emu:
{
Process, Exist, Dolphin.exe
If ErrorLevel <> 0
    Process, Close, Dolphin.exe

Process, Exist, Project64.exe
If ErrorLevel <> 0
    Process, Close, Project64.exe

return
}

  • Like 1
  • faeran locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...