add backup functionality - UNTESTED

This commit is contained in:
tildearrow 2022-03-21 14:11:28 -05:00
parent b45d2be312
commit 8c961f0aae
4 changed files with 62 additions and 4 deletions

View file

@ -278,7 +278,8 @@ class DivEngine {
// save as .dmf.
SafeWriter* saveDMF(unsigned char version);
// save as .fur.
SafeWriter* saveFur();
// if notPrimary is true then the song will not be altered
SafeWriter* saveFur(bool notPrimary=false);
// build a ROM file (TODO).
// specify system to build ROM for.
SafeWriter* buildROM(int sys);