Jump to content
LaunchBox Community Forums

PCSX2 not quitting


Idoshe

Recommended Posts

11 hours ago, Idoshe said:

Hey all,

 

So I'm having trouble quitting PCSX2. I have it set in the exit script and have disabled the confirmation. Pause also doesn't work (but I'm not worried about that) but all the others do.

 

Any ideas?

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

Link to comment
Share on other sites

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
}

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...