Jump to content
LaunchBox Community Forums

mentazm

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by mentazm

  1. Guys, MUGEN exits with f3, how do I add that into the script below that exits when i hold start+select on my controller?

    Joy8::
    If GetKeyState("Joy9")
    {
       SetKeyDelay, -1, 110
       WinClose, ahk_exe {{{StartupEXE}}}
    }
    Return

    Cheers!

  2. In launchbox options I have controller mapped so when I press select+start the game/emu exits back to launchbox.

    I audited my build yesterday and found that several emus/systems simply refuse to acknowledge this...

    Teknoparrot (arcade)
    WinUAE (amiga)
    Hatari (atari st)
    Pinball arcade (PFX3 works fine)

    My other 50+ systems respond to it fine. Can someone let me know the AHK script I need so when I press start+select on joystick/gamepad these systems exit?

    Cheers in advance.

×
×
  • Create New...