mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 08:42:40 -05:00
Added basic system reader.
This commit is contained in:
@@ -82,6 +82,10 @@ bool xmrig::DmiReader::decode(uint8_t *buf)
|
||||
}
|
||||
|
||||
switch (h.type) {
|
||||
case 1:
|
||||
m_system.decode(&h);
|
||||
break;
|
||||
|
||||
case 2:
|
||||
m_board.decode(&h);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user