Implemented verification on CPU.

This commit is contained in:
XMRig 2019-09-01 19:31:25 +07:00
parent e2d2591281
commit eef5d91606
15 changed files with 1164 additions and 999 deletions

View file

@ -60,7 +60,7 @@ xmrig::Network::Network(Controller *controller) :
m_donate(nullptr),
m_timer(nullptr)
{
JobResults::setListener(this);
JobResults::setListener(this, controller->config()->cpu().isHwAES());
controller->addListener(this);
# ifdef XMRIG_FEATURE_API