Add HID to Logitech Lightspeed location string so that profile loading is successful.

This commit is contained in:
edbgon 2022-08-02 16:24:13 +02:00
parent 5ad475befe
commit 2fae06a49a

View file

@ -40,7 +40,7 @@ LogitechGLightsyncController::~LogitechGLightsyncController()
std::string LogitechGLightsyncController::GetDeviceLocation()
{
return (location);
return ("HID: " + location);
}
std::string LogitechGLightsyncController::GetSerialString()