diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-28 01:06:21 -0400 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-28 01:06:21 -0400 |
| commit | 5934e4e0772eb910536e566728e14d3537d8e412 (patch) | |
| tree | e4065cf06b22a4e2ec1f6da2a4e99568f3c86246 /ZAPD/Main.cpp | |
| parent | cc8bd2fd01672446bb2f4613f402f2310f5ce62d (diff) | |
MM
Diffstat (limited to 'ZAPD/Main.cpp')
| -rw-r--r-- | ZAPD/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp index f5fc1f7..862ace1 100644 --- a/ZAPD/Main.cpp +++ b/ZAPD/Main.cpp @@ -603,7 +603,7 @@ int HandleExtract(ZFileMode fileMode, ExporterSet* exporterSet) auto start = std::chrono::steady_clock::now(); int fileListSize = fileList.size(); - Globals::Instance->singleThreaded = true; + Globals::Instance->singleThreaded = false; for (int i = 0; i < fileListSize; i++) Globals::Instance->workerData[i] = new FileWorker(); |
