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:
2
sm.ini
2
sm.ini
@@ -1,4 +1,6 @@
|
|||||||
[General]
|
[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
|
# Disable the SDL_Delay that happens each frame (Gives slightly better perf if your
|
||||||
# display is set to exactly 60hz)
|
# display is set to exactly 60hz)
|
||||||
|
|||||||
Reference in New Issue
Block a user