Correct SetCustomMode() to use virtual mode.
This commit is contained in:
parent
5e2b04618d
commit
50adf9ab51
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ void RGBController_EVGAGPUv2::UpdateSingleLED(int /*led*/)
|
|||
|
||||
void RGBController_EVGAGPUv2::SetCustomMode()
|
||||
{
|
||||
active_mode = getModeIndex(EVGA_GPU_V2_MODE_DIRECT);
|
||||
active_mode = getModeIndex(EVGA_GPU_V2_RGB_MODE_DIRECT);
|
||||
}
|
||||
|
||||
void RGBController_EVGAGPUv2::DeviceUpdateMode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue