Post subject: FCEUX 2.2.1: Where are .sav files stored?
Joined: 2/1/2014
Posts: 1
Running Ubuntu 13.10. I would love to be able to use battery saves, which do not appear to be on by default (which is strange to me). I'm very new to linux, so be specific as possible please. Can I choose a file destination for .sav? Any help would be appreciated, thanks!
Zarmakuizz
He/Him
Joined: 10/12/2013
Posts: 279
Location: France
Disclaimer: I don't know anything about FCEUX. If you are sure that .sav files are on your system, you could search them:
  • Open a terminal. (use the [Windows] button and type in the dash "Terminal")
  • type
    find / -name "*.sav" 2> /dev/null
  • you'll get a list every file on your system with its name ending by .sav
Then check every destination until there is one that seems to be FCEUX's save destination. This doesn't answer your "can I choose the destination?" question, but at least you'll find where are the .sav stored.