Added possibility to set variant by proxy (#79)
Added fix for wrong cpu cache detection
This commit is contained in:
parent
b13113b786
commit
a9e3024b9c
4 changed files with 35 additions and 1 deletions
|
@ -1005,4 +1005,9 @@ bool Options::parseCCUrl(const char* url)
|
|||
return true;
|
||||
}
|
||||
|
||||
void Options::setForcePowVersion(Options::PowVersion powVersion)
|
||||
{
|
||||
m_forcePowVersion = powVersion;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue