USE THIS ONE

This commit is contained in:
tildearrow 2023-02-21 22:55:07 -05:00
parent 8309c0d279
commit 69ab2a0b50
2 changed files with 2 additions and 2 deletions

View file

@ -4416,6 +4416,8 @@ void DivEngine::preInit() {
String logPath=configPath+DIR_SEPARATOR_STR+"furnace.log";
startLogFile(logPath.c_str());
logI("Furnace version " DIV_VERSION ".");
loadConf();
}

View file

@ -449,8 +449,6 @@ int main(int argc, char** argv) {
return 1;
}
logI("Furnace version " DIV_VERSION ".");
e.preInit();
if (!fileName.empty()) {