From 9c4d8ee4a5594c94114c55260ae7cf67fbf8739e Mon Sep 17 00:00:00 2001 From: DaBanana64 <82652849+DaBanana64@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:16:32 +0330 Subject: [PATCH] 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. --- sm.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sm.ini b/sm.ini index 3b22797..3b1a8ea 100644 --- a/sm.ini +++ b/sm.ini @@ -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)