Auto Save Protection (#1102)

* Auto Save Protection

* added line behind target_pc define

---------

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
Co-authored-by: TakaRikka <38417346+TakaRikka@users.noreply.github.com>
This commit is contained in:
MelonSpeedruns
2026-05-12 21:23:28 -04:00
committed by GitHub
parent 93c7d0d64d
commit aeeb1ccdd2
6 changed files with 20 additions and 1 deletions
+3
View File
@@ -20,6 +20,7 @@
#include "m_Do/m_Do_machine.h"
#include "m_Do/m_Do_main.h"
#include "m_Do/m_Do_mtx.h"
#include <dusk/autosave.h>
#if TARGET_PC
#define SHOW_TV_SETTINGS_SCREEN (this->mShowTvSettingsScreen)
@@ -423,6 +424,8 @@ void dScnName_c::changeGameScene() {
dusk::m_speedrunInfo.startRun();
}
}
toggleAutoSave(true);
#endif
}
}