Transform affinity and av to internal representation.
This commit is contained in:
parent
a042cbf885
commit
6c970612bf
5 changed files with 96 additions and 21 deletions
|
@ -95,9 +95,9 @@ xmrig::CommonConfig::~CommonConfig()
|
|||
}
|
||||
|
||||
|
||||
const char *xmrig::CommonConfig::algoName() const
|
||||
const char *xmrig::CommonConfig::algoName(Algo algorithm)
|
||||
{
|
||||
return algoNames[m_algorithm];
|
||||
return algoNames[algorithm];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue