Changing SetCustomMode to resolve #955
* Setting Active mode to MSI_GPU_MODE_STATIC at index 2
This commit is contained in:
parent
e4ec0fa46b
commit
98244a2b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue