Modified the SteelSeries RGB Controller to read the device name.
This commit is contained in:
parent
be9711a021
commit
fc9c6585af
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue