1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 23:52:38 -05:00

Change API version for CUDA plugin.

This commit is contained in:
XMRig
2020-06-03 19:01:21 +07:00
parent 9a98c31514
commit 4209aeb94d

View File

@@ -350,7 +350,7 @@ bool xmrig::CudaLib::load()
return false; return false;
} }
if (pVersion(ApiVersion) != 6u) { if (pVersion(ApiVersion) != 3U) {
return false; return false;
} }