master retorno Posted July 5, 2019 Posted July 5, 2019 hello everyone, wanted to know if in the nintendo 64 emulator has some command for that when open the "ESC, and it closes alone. Thanks in advance. Quote
Retro808 Posted July 7, 2019 Posted July 7, 2019 On 7/5/2019 at 11:06 AM, master retorno said: hello everyone, wanted to know if in the nintendo 64 emulator has some command for that when open the "ESC, and it closes alone. Thanks in advance. Which specific emulator. There are more than one that emulate N64. Quote
master retorno Posted July 7, 2019 Author Posted July 7, 2019 5 hours ago, Retro808 said: Which specific emulator. There are more than one that emulate N64. I'm talking about the project 64 emulator. Quote
Retro808 Posted July 8, 2019 Posted July 8, 2019 Add one of the AHK scripts below to the "Running Auto Hot Key" tab in your Project64 emulator setup in Launchbox. This one is pretty standard and used most often. ; This section closes Project64 when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } This second version is a safer way to close an emulator. The first version force closes. It is best for emulators that have to close properly to ensure save states get saved. $Esc::WinClose, ahk_exe Project64.exe 2 Quote
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.