mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 03:56:26 -04:00
Changing SetCustomMode to resolve #955
* Setting Active mode to MSI_GPU_MODE_STATIC at index 2
This commit is contained in:
@@ -313,7 +313,7 @@ void RGBController_MSIGPU::UpdateSingleLED(int /*led*/)
|
||||
|
||||
void RGBController_MSIGPU::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
active_mode = 2; //Set to MSI_GPU_MODE_STATIC
|
||||
}
|
||||
|
||||
void RGBController_MSIGPU::DeviceUpdateMode()
|
||||
|
||||
Reference in New Issue
Block a user