Add autosave option in ini file. (#23)

### Description
This PR adds the autosave toggle in ini file.

### Will this Pull Request break anything? 
Nope.

### Suggested Testing Steps
Toggle it on to see if it works.
This commit is contained in:
DaBanana64
2023-03-16 12:16:32 +03:30
committed by GitHub
parent 513d0c64e5
commit 9c4d8ee4a5

2
sm.ini
View File

@@ -1,4 +1,6 @@
[General]
# Automatically save state on quit and reload on start
Autosave = 0
# Disable the SDL_Delay that happens each frame (Gives slightly better perf if your
# display is set to exactly 60hz)