From 8e20328ae9c8af675030a93531a8b19d5cc28421 Mon Sep 17 00:00:00 2001 From: micah686 Date: Fri, 1 Apr 2022 19:59:42 -0700 Subject: [PATCH] Updated Globals to fix an error Fixes an issue where trying to compile the software would result in an error --- ZAPDTR/ZAPD/Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;