Add generic implementation of SetCustomMode to RGBController class

This commit is contained in:
Adam Honse 2022-08-09 20:49:38 -05:00
parent 3af17b6d8e
commit afb975e5fc
2 changed files with 32 additions and 1 deletions

View file

@ -325,7 +325,7 @@ public:
virtual void DeviceUpdateMode() = 0;
void DeviceSaveMode();
virtual void SetCustomMode() = 0;
void SetCustomMode();
private:
std::thread* DeviceCallThread;