This commit is contained in:
Arisotura
2024-05-19 21:34:20 +02:00
parent cde47f56c5
commit 21de51bb3f
2 changed files with 18 additions and 9 deletions

View File

@ -128,9 +128,12 @@ private:
std::string baseGBAROMName;
std::string baseGBAAssetName;
// HACK
public:
std::unique_ptr<SaveManager> ndsSave;
std::unique_ptr<SaveManager> gbaSave;
std::unique_ptr<SaveManager> firmwareSave;
private:
std::unique_ptr<melonDS::Savestate> backupState;
bool savestateLoaded;