mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-06 07:08:13 -05:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -24,7 +24,7 @@ LogitechG502PSController::~LogitechG502PSController()
|
||||
|
||||
std::string LogitechG502PSController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void LogitechG502PSController::SendMouseMode
|
||||
|
||||
Reference in New Issue
Block a user