mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 03:56:26 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -73,7 +73,7 @@ device_type CorsairPeripheralController::GetDeviceType()
|
||||
|
||||
std::string CorsairPeripheralController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
int CorsairPeripheralController::GetPhysicalLayout()
|
||||
|
||||
Reference in New Issue
Block a user