diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-11-13 20:17:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 20:17:08 +0000 |
commit | b1645f6e26a7f1d0d907b4911ddf4ac6bc933166 (patch) | |
tree | 330ee4c2b2c3f840ac8457ee08ee0f3030680e28 /xmrstak/backend/amd/minethd.cpp | |
parent | b63593379e31f57aa10346aa831770fc9359a620 (diff) | |
parent | b0a9ddc1a1e4a5ab1e46a19be4720e90ab1f9bbe (diff) | |
download | xmr-stak-b1645f6e26a7f1d0d907b4911ddf4ac6bc933166.zip xmr-stak-b1645f6e26a7f1d0d907b4911ddf4ac6bc933166.tar.gz |
Merge pull request #104 from psychocrypt/topic-hashrateReportCli
improve cli hash report
Diffstat (limited to 'xmrstak/backend/amd/minethd.cpp')
-rw-r--r-- | xmrstak/backend/amd/minethd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/backend/amd/minethd.cpp b/xmrstak/backend/amd/minethd.cpp index f12e12c..912587b 100644 --- a/xmrstak/backend/amd/minethd.cpp +++ b/xmrstak/backend/amd/minethd.cpp @@ -49,6 +49,7 @@ namespace amd minethd::minethd(miner_work& pWork, size_t iNo, GpuContext* ctx, const jconf::thd_cfg cfg) { + this->backendType = iBackend::AMD; oWork = pWork; bQuit = 0; iThreadNo = (uint8_t)iNo; |