Controller Automation not working on SNES emulator (ZSNESw 1.51)

Issue #1787 resolved
d13f created an issue
  • LaunchBox version: 6.11
  • Windows 10
  • Everytime
  • Tools --> Options --> Input --> Gamepad/Joystick --> Automation --> box checked
  • no error text

I am using an NES30 Bluetooth Controller. I have my 'hold this button' set as my select button (button 11) and the 'close the active window' button set as my start button (button 12). However, when I launch an SNES game (using ZSNESw [v1.51]) and I hold select and press start, nothing happens. I expect it to exit the game but I get nothing. I have set the emulator keys respectively to the bluetooth controller. So the controller works, but not the automation. Both automation settings in launchbox and bigbox are set equal. I am just trying to figure out how to exit an snes game and return back to big box. Perhaps it's an issue with autohotkey and ZSNESw ? Please fix this, thank you!

Comments (3)

  1. Carl Paulino

    try this. Edit your emulator from tools->manage emulators. add this to the Autohotkey Script tab:

    $Esc::

    {

    Process, Close, {{{StartupEXE}}}

    }

  2. Log in to comment