#11945
zSprawl
Guest

At the end of the retroarch.cfg file, it is a good idea to add the following to allow you to press select+start to exit the game.

input_enable_hotkey_btn = “6”
input_exit_emulator_btn = “7”

I also like to take advantage of the save and load states in emulation, which some people consider cheating. Add the following lines to enable these buttons on your joypad.

input_save_state_btn = “8”
input_load_state_btn = “10”

Keep in mind, you must hold the “input_enable_hotkey_btn” to trigger the other functions. In other words, using save state would require you to press button 6, and hold it while pressing button 8.