mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -41,7 +41,7 @@ AMDWraithPrismController::~AMDWraithPrismController()
|
||||
|
||||
std::string AMDWraithPrismController::GetLocationString()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
char* AMDWraithPrismController::GetDeviceName()
|
||||
|
||||
Reference in New Issue
Block a user