[WIP] Add optional HID device hotplug support (requires hidapi hotplug support)

This commit is contained in:
Adam Honse
2026-01-14 19:33:18 -06:00
parent bd68d8801b
commit 4d4cb534cd
7 changed files with 308 additions and 74 deletions

View File

@@ -37,7 +37,7 @@ HyperXMicrophoneController::~HyperXMicrophoneController()
std::string HyperXMicrophoneController::GetDeviceLocation()
{
return(location);
return("HID: " + location);
}
std::string HyperXMicrophoneController::GetNameString()