diff --git a/ZAPDTR/ZAPD/Globals.h b/ZAPDTR/ZAPD/Globals.h index 683fd6fcd..2a84642a3 100644 --- a/ZAPDTR/ZAPD/Globals.h +++ b/ZAPDTR/ZAPD/Globals.h @@ -52,7 +52,7 @@ public: bool outputCrc = false; bool profile; // Measure performance of certain operations bool useLegacyZDList; - bool singleThreaded; + bool singleThreaded = true; VerbosityLevel verbosity; // ZAPD outputs additional information ZFileMode fileMode; fs::path baseRomPath, inputPath, outputPath, sourceOutputPath, cfgPath, fileListPath;