1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 00:33:33 -05:00

Revert Platform::setProcessPriority

This commit is contained in:
XMRig
2019-12-27 03:19:03 +07:00
parent dbb721cb5e
commit 4a9a7434f6
5 changed files with 49 additions and 0 deletions

View File

@@ -111,6 +111,11 @@ void xmrig::Platform::restoreTimerResolution()
}
void xmrig::Platform::setProcessPriority(int)
{
}
void xmrig::Platform::setThreadPriority(int priority)
{
if (priority == -1) {