mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
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:
parent
c80f9fbd57
commit
8e20328ae9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue