Add RescanDevices to plugin API

This commit is contained in:
Adam Honse committed 2026-07-07 01:35:35 -05:00
1 parent d30f3a5f03
commit 69a8c84b4d
3 files changed
+7

No files matched your search

+5
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();