FranzShester Posted April 11, 2016 Author Share Posted April 11, 2016 I was playing snes games with this emulator on the 5.9 version of launchbox.. until I realized that sometimes, I would say 50% of the time, my games didn´t save (in sram mode).. after a bit of digging, i found that the default Autohotkey script for close snes9x with the ESC key was responsible. ; This section closes Snes9x when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Maybe does the emulator saves games right after closing it "normally".. but what this script does it to "force" close with the "ESC" key and therefor there is "sometimes" no save game. I use the very last snes9x´s build, which has the option of bind a key to close the emulator, unfortunately you can´t choose ESC as your quit key.. but you can use autohotkey to change "your choosen key to ESC"... for example I used END to quit snes9x.. so my autohotkey script looks like: ; This section closes Snes9x when pressing Escape Esc::End and boila! now snes9x saves every time and I can use ESC to quit it ... that easy :) I wanted to report this in order to help others. Saludos! Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted April 11, 2016 Share Posted April 11, 2016 Thanks for the post, I hope this helps Snes9x users. Quote Link to comment Share on other sites More sharing options...
crazyryan Posted April 16, 2017 Share Posted April 16, 2017 Can this be set to default in the current build? I just found this out the hard way.... 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.