1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-24 12:32:40 -04:00

Added support for write custom MSR.

This commit is contained in:
XMRig
2019-12-17 02:27:07 +07:00
parent 33e7a54c29
commit 8bef964f68
15 changed files with 408 additions and 106 deletions

View File

@@ -58,7 +58,8 @@ public:
static void init(IRxListener *listener);
private:
static void osInit(const RxConfig &config);
static void msrInit(const RxConfig &config);
static void msrDestroy();
};