mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Updated required API version
This commit is contained in:
@@ -273,7 +273,7 @@ bool xmrig::CudaLib::load()
|
||||
return false;
|
||||
}
|
||||
|
||||
if (pVersion(ApiVersion) != 1u) {
|
||||
if (pVersion(ApiVersion) != 2u) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user