1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

Added missing native-reload when calling IsSDKAvailable without initializing

This commit is contained in:
Darth Affe 2017-02-01 19:46:54 +01:00
parent 0d5123aca1
commit 8781ce126e

View File

@ -114,6 +114,7 @@ namespace CUE.NET
} }
else else
{ {
_CUESDK.Reload();
_CUESDK.CorsairPerformProtocolHandshake(); _CUESDK.CorsairPerformProtocolHandshake();
if (sdkType == null || sdkType == CorsairDeviceType.Unknown) if (sdkType == null || sdkType == CorsairDeviceType.Unknown)