mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 07:19:53 -04:00
aeeb1ccdd2
* 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>
18 lines
314 B
C
18 lines
314 B
C
#pragma once
|
|
|
|
#ifndef AUTOSAVE_H
|
|
#define AUTOSAVE_H
|
|
|
|
#include <m_Do/m_Do_MemCardRWmng.h>
|
|
#include <m_Do/m_Do_MemCard.h>
|
|
|
|
void noAutoSave();
|
|
void triggerAutoSave();
|
|
void updateAutoSave();
|
|
void enterAutoSave();
|
|
void autoSaving();
|
|
void waitingForWrite();
|
|
void endAutoSave();
|
|
void toggleAutoSave(bool enabled);
|
|
|
|
#endif |