Hi,
Maybe I am missing something really simple but I cannot get RetroPie to save a game state. Everything else works fine and I love the program.
I went to the retroarch.cfg file and removed the following comments from these lines:
# Saves state. input_save_state = f2 # Loads state. input_load_state = f4
# State slots. With slot set to 0, save state name is *.state (or whatever defined on commandline). # When slot is != 0, path will be $path%d, where %d is slot number. input_state_slot_increase = f7 input_state_slot_decrease = f6
rebooted etc but its still not saving.
Is there something I am missing? I also tried to set a directory for them:
# Save all save states (.state) to this directory.* # This will be overridden by explicit command line options. savestate_directory = /home/pi/RetroPie/roms/Saves
What am I doing wrong?