Fixed macOS build.
This commit is contained in:
parent
d2f01cfa86
commit
d1d1517b4f
@ -107,3 +107,10 @@ bool xmrig::Platform::isOnBatteryPower()
|
|||||||
{
|
{
|
||||||
return IOPSGetTimeRemainingEstimate() != kIOPSTimeRemainingUnlimited;
|
return IOPSGetTimeRemainingEstimate() != kIOPSTimeRemainingUnlimited;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool xmrig::Platform::isUserActive()
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user