Updated required API version
This commit is contained in:
parent
2c9b034c08
commit
0013e610d5
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ bool xmrig::CudaLib::load()
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pVersion(ApiVersion) != 1u) {
|
if (pVersion(ApiVersion) != 2u) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue