Swapped pull and push buttons on dashboard

reverted auto detect for max intensity and limited to conceal
This commit is contained in:
Ben Gräf 2019-11-03 11:21:07 +01:00
parent d1cc0aa3df
commit e88ba694e6
3 changed files with 16 additions and 16 deletions

View file

@ -290,7 +290,7 @@ void xmrig::HwlocCpuInfo::processTopLevelCache(hwloc_obj_t cache, const Algorith
}
# endif
if (CnAlgo<>::base(algorithm) == Algorithm::CN_0 || CnAlgo<>::base(algorithm) == Algorithm::CN_1) {
if (algorithm == Algorithm::CN_CONCEAL)
intensity = std::min<uint32_t >(static_cast<const uint32_t &>(cacheHashes / PUs), algorithm.maxIntensity());
}

View file

@ -28,7 +28,7 @@
#define APP_ID "XMRigCC"
#define APP_NAME "XMRigCC"
#define APP_DESC "XMRigCC CPU miner"
#define APP_VERSION "2.1.0"
#define APP_VERSION "2.1.1"
#define APP_DOMAIN ""
#define APP_SITE "https://github.com/BenDr0id/xmrigCC/"
#define APP_COPYRIGHT "Copyright (C) 2017- XMRigCC"
@ -36,7 +36,7 @@
#define APP_VER_MAJOR 2
#define APP_VER_MINOR 1
#define APP_VER_PATCH 0
#define APP_VER_PATCH 1
#ifndef NDEBUG
#define BUILD_TYPE "DEBUG"