mohanned85 5 Posted January 9, 2020 thank you for sharing how i import game saves to this thanks Quote Share this post Link to post Share on other sites
CitznFish 1 Posted September 16, 2020 On 12/2/2019 at 9:00 AM, Spacedeck said: I'm using the latest version of m64p and it's working but I need it to act differently in BigBox mode. When I exit a game (esc), it closes the game but leaves the program running, so I tend to have to alt tab over to close it. Can I set some kind of command for Launchbox to automatically close down the program when I press (esc) to close a game? ETA: Managed to get around this using the Auto Hotkey Script. which AHK script worked for you? I am having the same issue with m64p and the AHK I have isn't working. $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Share this post Link to post Share on other sites
Spacedeck 2 Posted September 19, 2020 On 9/16/2020 at 11:33 PM, CitznFish said: which AHK script worked for you? I am having the same issue with m64p and the AHK I have isn't working. $Esc:: { Process, Close, {{{StartupEXE}}} } Hey, sorry I've only just got back on this. If you haven't yet found the solution, don't use the AHK but instead add "--nogui" to the Default Command-Line Parameters in the Emulator settings on LaunchBox. Quote Share this post Link to post Share on other sites