For those of you who havent noticed, when you register a new controller for RetroArch, the setup script will now automatically map some hotkeys for you.
This should vastly reduce the number of users who ask how to exit a game using the joypad.
Which is kind of great, as long as you dont get confused by what the hell was going on like me :)
So at the moment the following will automatically be added to ALL your autoconfig files:
input_enable_hotkey input_select
input_exit_emulator input_start
input_menu_toggle input_x
input_load_state input_l
input_save_state input_r
input_reset input_b
input_state_slot_increase input_right
input_state_slot_decrease input_left
As you can see, the Select button mapping is chosen to enable hotkeys.
Also, this wont overwrite any you have already set, just add to it if you havent set them.
Obviously you could go in and manually change these if you want, but every time you register a new controller it will run again.