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:
parent
726ec1443e
commit
df2ec46f51
@ -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)}'");
|
||||
|
||||
|
||||
@ -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\" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user