Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Disable Launch Options screen › Reply To: Disable Launch Options screen
01/10/2016 at 16:04
#113588
footwo
Participant
Yes that completely disables the feature. I’m not sure if that has any other side effects, I would think not since the runcommand.sh script is quite well commented and that all seems to be a self contained section for allowing the user to enter the launch options.
Ideally I’d rather it just didn’t respond to joypad presses. I want a closed system when a joypad is used, so debug features like the launch options requires a keyboard.
I’m going to try just commenting out what LOOKS like the hook for the joypad button press but im not sure:
if [[ -n $__joy2key_pid ]]; then
kill -INT $__joy2key_pid
fi