Jump to content
LaunchBox Community Forums

Jackster1209

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Jackster1209

    Got this and your Sega 32X set. This rocks! Thank you again! I hope you continue to do this for other systems. Would be amazing for the N64.
    This is fantastic! Looks amazing with the unified theme, thank you so much!
  1. This new interface is fantastic. Can't wait for it to be even more fleshed out!
  2. Thank you so much for this! Awesome job!
  3. I've been looking for a solution for this myself for a while. I use Bigbox on my tv through the steam link with an xbox 360 controller, and wanted an easy way to close epsxe with the controller without an external program, or losing the guide button which I can use for the steam overlay. After doing some digging, I came up with this custom autohotkey script that you can add to the epsxe emulator in launchbox. This will allow epsxe to be closed by holding down the start button, and pressing the back button on the 360 controller. Cheers! Toggle = 0 ; Resets "Toggle" for first use Joy1:: If not GetKeyState("Joy8") ; Checks to see if Joy2 is held down Return Gosub, SubToggle Return Joy2:: If not GetKeyState("Joy7") ; Checks to see if Joy1 is held down Return Gosub, SubToggle Return SubToggle: Toggle++ Send, {Esc} If Toggle = 1 SoundPlay, enter.wav, Wait If Toggle = 2 { SoundPlay, exit.wav, Wait Toggle = 0 } Return
×
×
  • Create New...