Modified the SteelSeries RGB Controller to read the device name.

This commit is contained in:
B Horn 2020-05-13 15:47:59 +01:00 committed by Adam Honse
parent be9711a021
commit fc9c6585af

View file

@ -13,9 +13,9 @@ RGBController_SteelSeriesRival::RGBController_SteelSeriesRival(SteelSeriesRivalC
{
rival = rival_ptr;
name = "SteelSeries Rival 110";
name = rival_ptr->GetDeviceName();
type = DEVICE_TYPE_MOUSE;
description = "SteelSeries Rival 110";
description = "SteelSeries Rival Device";
mode Static;
Static.name = "Static";