Add support for MSI RTX 4090 Trio/Suprim/Suprim Liquid Cards - Resolves https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/2896

This commit is contained in:
Wojciech Łazarski 2023-01-04 19:34:16 +00:00 committed by Adam Honse
parent 6c1fec7855
commit f824e9f653
7 changed files with 745 additions and 0 deletions

View file

@ -505,7 +505,9 @@ HEADERS +=
Controllers/MSI3ZoneController/MSI3ZoneController.h \
Controllers/MSI3ZoneController/RGBController_MSI3Zone.h \
Controllers/MSIGPUController/MSIGPUController.h \
Controllers/MSIGPUController/MSIGPUv2Controller.h \
Controllers/MSIGPUController/RGBController_MSIGPU.h \
Controllers/MSIGPUController/RGBController_MSIGPUv2.h \
Controllers/MSIMysticLightController/MSIMysticLightCommon.h \
Controllers/MSIMysticLightController/MSIMysticLight64Controller.h \
Controllers/MSIMysticLightController/MSIMysticLight112Controller.h \
@ -1090,7 +1092,10 @@ SOURCES +=
Controllers/MSI3ZoneController/RGBController_MSI3Zone.cpp \
Controllers/MSIGPUController/MSIGPUController.cpp \
Controllers/MSIGPUController/MSIGPUControllerDetect.cpp \
Controllers/MSIGPUController/MSIGPUv2Controller.cpp \
Controllers/MSIGPUController/MSIGPUv2ControllerDetect.cpp \
Controllers/MSIGPUController/RGBController_MSIGPU.cpp \
Controllers/MSIGPUController/RGBController_MSIGPUv2.cpp \
Controllers/MSIMysticLightController/MSIMysticLight64Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLight162Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLight112Controller.cpp \