Just installed the latest RetroPie. In /opt/retropie/configs/all/retroarch.cfg I changed the follow:
savestate_auto_save = true savestate_auto_load = true
But it doesn’t seem to work. No states are saved and none are loading when entering/exiting the emulator. Also I tried enabling the F1 for the menu in the cfg, but I can’t get that to work. But I know that the retroarch.cfg is being loaded because I setup my SNES gamepad and its correctly mapped at the bottom of the CFG:
input_player1_joypad_index = “0” input_player1_b_btn = “1” input_player1_y_btn = “0” input_player1_select_btn = “2” input_player1_start_btn = “3” input_player1_up_axis = “-1” input_player1_down_axis = “+1” input_player1_left_axis = “-0” input_player1_right_axis = “+0” input_player1_a_btn = “5” input_player1_x_btn = “4” input_player1_l_btn = “6” input_player1_r_btn = “7”
input_enable_hotkey_btn = “2” input_exit_emulator_btn = “3”
Any clue why the save states aren’t working? Is there anything else I need to setup? I set the savefile_directory and savestate_directory settings as well. Not sure what I’m missing…