Ignore port in device IDs for target control connection. Closes #3590

This commit is contained in:
baldurk
2025-04-16 18:02:39 +01:00
parent 06003bb1ad
commit 621698e7dc
-1
View File
@@ -988,7 +988,6 @@ extern "C" RENDERDOC_API ITargetControl *RENDERDOC_CC RENDERDOC_CreateTargetCont
if(idx > 0)
{
host = deviceID.substr(0, idx);
port = atoi(deviceID.substr(idx + 1).c_str()) & 0xffff;
}
}