Jump to content
LaunchBox Community Forums

Idoshe

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Idoshe

  1. 10 hours ago, Retro808 said:

    Do you have the keyboard or controller automation buttons/keys mapped in Launchbox for what you want to hit to exit a game?

    What tab do you have the AHK script in? The running tab is where is primarily goes. That is the AHK that will always be available while in an emulator. The Exit tab is for exiting a game while you are in the Pause Menu. So you can have it in both. 

    I would change the script though to the one below. The original is a hard closing of the emulator. The one below will shut it down properly and not risk losing a save state. 

    
    $Esc::
    {
            WinClose, ahk_exe pcsx2.exe
    }

     

    Weirdly still no joy...I'm wondering if PCSX2 is just removing any gamepad input.

     

    Included my PCSX2 config if it can help

    Screenshot (4).jpg

    Screenshot (5).jpg

    Screenshot (7).jpg

  2. 1 hour ago, Retro808 said:

    Which tab do you ave the Exit AHK in? Can you share a pic of how you have it set-up?

    I have noticed that I have the same entry in both exit and active, but I just let it automatically do that.

    Here's screens

    Screenshot (1).jpg

    Screenshot (2).jpg

    Screenshot (3).jpg

×
×
  • Create New...