Add support for MSI GL66

This commit is contained in:
Elchanan Haas 2022-09-01 03:24:51 +00:00 committed by Adam Honse
parent 7c227108bb
commit e7c385bd71
7 changed files with 383 additions and 2 deletions

View file

@ -479,8 +479,10 @@ HEADERS +=
Controllers/MSIGPUController/MSIGPUController.h \
Controllers/MSIGPUController/RGBController_MSIGPU.h \
Controllers/MSIMysticLightController/MSIMysticLightCommon.h \
Controllers/MSIMysticLightController/MSIMysticLight64Controller.h \
Controllers/MSIMysticLightController/MSIMysticLight162Controller.h \
Controllers/MSIMysticLightController/MSIMysticLight185Controller.h \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight64.h \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight162.h \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight185.h \
Controllers/MSIOptixController/MSIOptixController.h \
@ -1016,9 +1018,11 @@ SOURCES +=
Controllers/MSIGPUController/MSIGPUController.cpp \
Controllers/MSIGPUController/MSIGPUControllerDetect.cpp \
Controllers/MSIGPUController/RGBController_MSIGPU.cpp \
Controllers/MSIMysticLightController/MSIMysticLight64Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLight162Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLight185Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight64.cpp \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight162.cpp \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight185.cpp \
Controllers/MSIOptixController/MSIOptixController.cpp \