Rework TUF WMI Laptop, implementing additional brightness and persistent saving

This commit is contained in:
Nexrem 2023-03-06 22:39:48 +00:00 committed by Adam Honse
parent 36ebdbec2c
commit 2575c6adf4
6 changed files with 310 additions and 98 deletions

View file

@ -1506,6 +1506,7 @@ win32:SOURCES +=
wmi/wmi.cpp \
wmi/acpiwmi.cpp \
AutoStart/AutoStart-Windows.cpp \
Controllers/AsusTUFLaptopController/AsusTUFLaptopController.cpp \
Controllers/AsusTUFLaptopController/AsusTUFLaptopWMIDetect.cpp \
Controllers/AsusTUFLaptopController/RGBController_AsusTUFLaptopWMI.cpp \
Controllers/ENESMBusController/XPGSpectrixS40GDetect_Windows.cpp \
@ -1530,6 +1531,7 @@ win32:HEADERS +=
wmi/wmi.h \
wmi/acpiwmi.h \
AutoStart/AutoStart-Windows.h \
Controllers/AsusTUFLaptopController/AsusTUFLaptopController.h \
Controllers/AsusTUFLaptopController/RGBController_AsusTUFLaptopWMI.h \
Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G_Windows.h \
Controllers/NVIDIAIlluminationController/nvapi_accessor.h \