Fixed DefyX detection as rx algo
This commit is contained in:
parent
f9bc70234f
commit
5e3e8b3004
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ xmrig::String xmrig::Threads<T>::profileName(const Algorithm &algorithm, bool st
|
|||
}
|
||||
}
|
||||
|
||||
if (name == "defyx" && has("rx")) return "rx";
|
||||
|
||||
if (has(kAsterisk)) {
|
||||
return kAsterisk;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue