mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Updates for new ANIM extract
This commit is contained in:
@@ -82,7 +82,11 @@ void ClientProcess::Worker::proc()
|
||||
ClientProcess::ClientProcess(int verbosityLevel)
|
||||
: m_verbosity(verbosityLevel)
|
||||
{
|
||||
#ifdef NDEBUG
|
||||
int cpuCount = GetCPUCount();
|
||||
#else
|
||||
constexpr int cpuCount = 1;
|
||||
#endif
|
||||
m_workers.reserve(cpuCount);
|
||||
for (int i=0 ; i<cpuCount ; ++i)
|
||||
m_workers.emplace_back(*this);
|
||||
|
||||
Reference in New Issue
Block a user