-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable Load/Save joystick buttons #12
Comments
Lakka/Retroarch handles this pretty elegantly, when you press the PS3 button, it goes to a menu where you can resume/save/quit. |
There is no overlay in EmulationStation in this way, and since I configure each emulator (with no general menu to handle all emulators such as Retroarch's core setup), this isn't each to do. I'll see what I can think of. |
I was tempted to the darkside and switched most of my emulators to retroarch. For the ones I haven't switched over, I figured out a neat antimicro trick as a workaround for this. https://gist.github.com/elsonrodriguez/de9ad8dad7e1f672e2bd Basically I changed the config to so that Save/Load/Quit requires the button to be pressed down for three seconds before quitting/saving/loading. There's probably more that can be done to obfuscate the action to 100% eliminate accidental quitting, but this did the trick for me. |
Nice. I'll take a look at changing this soon. |
On occasion, when using a DS3, one might accidentally press the joysticks down, trigging a load or save.
There should be an option to disable it, or maybe have some sort of prompt (not sure how possible that is since the keypress is sent to the emulator).
The text was updated successfully, but these errors were encountered: