prepare for writing register dumps

This commit is contained in:
tildearrow 2022-01-17 13:29:35 -05:00
parent 871a417e25
commit 8b89f1b516
14 changed files with 47 additions and 35 deletions

View file

@ -2114,6 +2114,13 @@ SafeWriter* DivEngine::saveDMF() {
return w;
}
SafeWriter* DivEngine::saveVGM() {
isBusy.lock();
// play the song ourselves
isBusy.unlock();
return NULL;
}
#ifdef _WIN32
#define CONFIG_FILE "\\furnace.cfg"
#else