Updated Globals to fix an error

Fixes an issue where trying to compile the software would result in an error
This commit is contained in:
micah686 2022-04-01 19:59:42 -07:00 committed by GitHub
commit 8e20328ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ public:
bool outputCrc = false; bool outputCrc = false;
bool profile; // Measure performance of certain operations bool profile; // Measure performance of certain operations
bool useLegacyZDList; bool useLegacyZDList;
bool singleThreaded; bool singleThreaded = true;
VerbosityLevel verbosity; // ZAPD outputs additional information VerbosityLevel verbosity; // ZAPD outputs additional information
ZFileMode fileMode; ZFileMode fileMode;
fs::path baseRomPath, inputPath, outputPath, sourceOutputPath, cfgPath, fileListPath; fs::path baseRomPath, inputPath, outputPath, sourceOutputPath, cfgPath, fileListPath;