This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
OpenRGB
Watch
1
Star
0
Fork
0
mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced
2026-09-13 05:39:07 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c5befc354b4e2ba6ba46e45fa643fa5965ea68e7
OpenRGB
/
Controllers
/
RealtekARGBController
T
History
Adam Honse
3a74c85be8
Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues
2026-07-07 01:35:34 -05:00
..
RealtekARGBController.cpp
Fix typo of custled in RealtekARGBController
2026-06-09 08:16:39 -05:00
RealtekARGBController.h
Add support for RealtekARGBController
2026-06-05 01:03:29 -05:00
RealtekARGBControllerDetect.cpp
Move HID detector calls to RunHIDDetector/RunHIDWrappedDetector functions and return controller list from detector functions
2026-07-07 01:35:34 -05:00
RGBController_RealtekARGB.cpp
Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues
2026-07-07 01:35:34 -05:00
RGBController_RealtekARGB.h
RGBController API Overhaul
2026-07-07 01:35:34 -05:00