Add generic implementation of SetCustomMode to RGBController class
This commit is contained in:
parent
3af17b6d8e
commit
afb975e5fc
2 changed files with 32 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ public:
|
|||
virtual void DeviceUpdateMode() = 0;
|
||||
void DeviceSaveMode();
|
||||
|
||||
virtual void SetCustomMode() = 0;
|
||||
void SetCustomMode();
|
||||
|
||||
private:
|
||||
std::thread* DeviceCallThread;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue