Add Windows support for E1.31 Streaming ACN protocol devices
This commit is contained in:
parent
a27c614a8b
commit
7bdf19387d
5 changed files with 12 additions and 9 deletions
|
|
@ -359,6 +359,8 @@ void DetectRGBControllers(void)
|
|||
|
||||
DetectAMDWraithPrismControllers(rgb_controllers);
|
||||
|
||||
DetectE131Controllers(rgb_controllers);
|
||||
|
||||
/*-------------------------------------*\
|
||||
| Windows-only devices |
|
||||
\*-------------------------------------*/
|
||||
|
|
@ -370,7 +372,6 @@ void DetectRGBControllers(void)
|
|||
| Linux-only devices |
|
||||
\*-------------------------------------*/
|
||||
#else
|
||||
DetectE131Controllers(rgb_controllers);
|
||||
DetectOpenRazerControllers(rgb_controllers);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue