mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 14:35:01 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -15,7 +15,7 @@ RedragonM711Controller::RedragonM711Controller(hid_device* dev_handle, const cha
|
||||
|
||||
std::string RedragonM711Controller::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void RedragonM711Controller::SendMouseColor
|
||||
|
||||
Reference in New Issue
Block a user