Add RescanDevices to plugin API

This commit is contained in:
Adam Honse
2026-04-09 23:19:19 -05:00
parent f49d6c42b1
commit 08a9e21114
3 changed files with 7 additions and 0 deletions

View File

@@ -154,6 +154,11 @@ std::string OpenRGBPluginAPI::GetDetectionString()
return(resource_manager->GetDetectionString());
}
void OpenRGBPluginAPI::RescanDevices()
{
resource_manager->RescanDevices();
}
void OpenRGBPluginAPI::WaitForDetection()
{
resource_manager->WaitForDetection();