1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Renamed CUESDK

This commit is contained in:
Darth Affe 2017-03-26 20:28:44 +02:00
parent 726ec1443e
commit df2ec46f51
4 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ namespace RGB.NET.Devices.Corsair.Native
if (_dllHandle != IntPtr.Zero) return;
// HACK: Load library at runtime to support both, x86 and x64 with one managed dll
string dllPath = (LoadedArchitecture = Environment.Is64BitProcess ? "x64" : "x86") + "/CUESDK_2015.dll";
string dllPath = (LoadedArchitecture = Environment.Is64BitProcess ? "x64" : "x86") + "/CUESDK.dll";
if (!File.Exists(dllPath))
throw new RGBDeviceException($"Can't find the CUE-SDK at the expected location '{Path.GetFullPath(dllPath)}'");

View File

@ -85,8 +85,8 @@
<None Include="targets\RGB.NET.Devices.Corsair.targets" />
</ItemGroup>
<ItemGroup>
<None Include="libs\x64\CUESDK_2015.dll" />
<None Include="libs\x86\CUESDK_2015.dll" />
<None Include="libs\x64\CUESDK.dll" />
<None Include="libs\x86\CUESDK.dll" />
</ItemGroup>
<ItemGroup>
<Folder Include="Images\Corsair\Headsets\" />