mirror of
https://github.com/xmrig/xmrig.git
synced 2025-03-12 09:37:35 +00:00
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;
|
||||
}
|
||||
|
||||
if (pVersion(ApiVersion) != 1u) {
|
||||
if (pVersion(ApiVersion) != 2u) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue