Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Emulators not saving? › Reply To: Emulators not saving?
04/14/2014 at 21:30
#6076
Participant
I had to enable autosaving in the Retroarch config file before this worked (from the retroarch sample conf):
# Automatically saves a savestate at the end of RetroArch’s lifetime.
# The path is $SRAM_PATH.auto.
# RetroArch will automatically load any savestate with this path on startup.
# savestate_auto_save = false
So adding ‘savestate_auto_save = true’ to ~/RetroPie/configs/all/retroarch.cfg will tell retroarch to automatically save the SRAM when exiting.
-Vince