Updated required API version

This commit is contained in:
SChernykh
2019-11-05 23:27:15 +01:00
parent 1a001aea29
commit afff2f0a6f

View File

@@ -273,7 +273,7 @@ bool xmrig::CudaLib::load()
return false;
}
if (pVersion(ApiVersion) != 1u) {
if (pVersion(ApiVersion) != 2u) {
return false;
}