mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-03 20:23:11 -04:00
Update MSI GPU controller to use I2C PCI detector
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
#include "MSIGPUController.h"
|
||||
#include <cstring>
|
||||
|
||||
MSIGPUController::MSIGPUController(i2c_smbus_interface* bus)
|
||||
MSIGPUController::MSIGPUController(i2c_smbus_interface* bus, msi_gpu_dev_id dev)
|
||||
{
|
||||
this->bus = bus;
|
||||
this->dev = 0x68;
|
||||
this->dev = dev;
|
||||
}
|
||||
|
||||
MSIGPUController::~MSIGPUController()
|
||||
|
||||
Reference in New Issue
Block a user