Jump to content
LaunchBox Community Forums

Emulator auto closes when Game is closed.


Christophu64

Recommended Posts

Hello, I am very new here, I have pretty basic emu knowledge and have set up most of it myself, although i have one question. 

For example I have PCSX2 to open up my ps2 games, so lets say if I open a game and then close it, PCSX2 is still open so If i want to open another game it opens another PCSX2, how do I make it to where the emu closes when the game is closed? Thanks

Link to comment
Share on other sites

6 minutes ago, Christophu64 said:

Hello, I am very new here, I have pretty basic emu knowledge and have set up most of it myself, although i have one question. 

For example I have PCSX2 to open up my ps2 games, so lets say if I open a game and then close it, PCSX2 is still open so If i want to open another game it opens another PCSX2, how do I make it to where the emu closes when the game is closed? Thanks

Add this script to the running script.

; This section closes PCSX2 when pressing Escape

$Esc::

{

    Process, Close, {{{StartupEXE}}}

}

image.thumb.png.26533290fdf70d670508c5f3d808d449.png

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...