BinBashBanana / webretro

RetroArch in your browser
https://binbashbanana.github.io/webretro/
MIT License
249 stars 350 forks source link

Regarding Saving Save Data #46

Closed HaxsMaster closed 1 year ago

HaxsMaster commented 1 year ago

How do I adjust the auto-save feature to save more often/save save-data manually?

BinBashBanana commented 1 year ago

Currently, it's hardcoded to 300000 ms (5 minutes) but you can search for that number in base.js and change it to whatever you'd like.

To turn off autosave by default, remove checked from the input tag here.