Added possibility to set variant by proxy (#79)

Added fix for wrong cpu cache detection
This commit is contained in:
Ben Gräf 2018-03-28 12:40:33 +02:00 committed by GitHub
parent b13113b786
commit a9e3024b9c
4 changed files with 35 additions and 1 deletions

View file

@ -1005,4 +1005,9 @@ bool Options::parseCCUrl(const char* url)
return true;
}
void Options::setForcePowVersion(Options::PowVersion powVersion)
{
m_forcePowVersion = powVersion;
}