Skip to content

Commit 675fe72

Browse files
committed
added missing soundblaster dll refs
1 parent c5954f7 commit 675fe72

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

Project-Aurora/Project-Aurora/Project-Aurora.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,24 @@
160160
<Content Include="Logi\LGS\LogitechLed.dll">
161161
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
162162
</Content>
163+
<Content Include="ClplLEDController.dll">
164+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
165+
</Content>
166+
<Content Include="CTDrvLedMgr.dll">
167+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
168+
</Content>
169+
<Content Include="CTHID.dll">
170+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
171+
</Content>
172+
<Content Include="CTHIDRpA.dll">
173+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
174+
</Content>
175+
<Content Include="CTIntrfu.dll">
176+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177+
</Content>
178+
<Content Include="CTLEDMgr.dll">
179+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
180+
</Content>
163181
<Reference Include="RGB.NET.Devices.Bloody">
164182
<HintPath>.\RGB.NET.Devices.Bloody.dll</HintPath>
165183
<Private>true</Private>

Project-Aurora/Project-Aurora/Settings/Configuration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ public class Configuration : INotifyPropertyChanged
563563
typeof(Devices.Vulcan.VulcanDevice),
564564
typeof(Devices.Wooting.WootingDevice),
565565
typeof(Devices.YeeLight.YeeLightDevice),
566+
typeof(Devices.Creative.SoundBlasterXDevice),
566567
};
567568

568569
//Blackout and Night theme

0 commit comments

Comments
 (0)