Christophu64 Posted February 2, 2022 Share Posted February 2, 2022 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 Quote Link to comment Share on other sites More sharing options...
neil9000 Posted February 2, 2022 Share Posted February 2, 2022 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}}} } Quote Link to comment Share on other sites More sharing options...
Christophu64 Posted February 2, 2022 Author Share Posted February 2, 2022 2 minutes ago, neil9000 said: Add this script to the running script. ; This section closes PCSX2 when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Thank you sir! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.