Auto Save #472
Labels
API
Issue is related to the server API
database
enhancement
New feature or request
frontend
Change is related to the UI and frontend experience
Milestone
Reference: There are save states, and there are save files
<@76729811447320576> I recommend you look at hiding the save save state and load save state buttons, and replacing it with a script that will auto-run every x minutes and pull the
/data/saves
directory. This is where srm saves are kept, and it makes more sense to automatically pull/save these with every gamehttps://github.com/EmulatorJS/EmulatorJS/blob/4ae4d5c3bffbea677db207027c4aae86e13e9deb/data/src/GameManager.js#L56-L63
Or, to be more specific, call this function to get the exact path of the save data:
https://github.com/EmulatorJS/EmulatorJS/blob/4ae4d5c3bffbea677db207027c4aae86e13e9deb/data/src/GameManager.js#L21
The text was updated successfully, but these errors were encountered: