Allow specifying a listen interface and port, for remote replaying

This commit is contained in:
baldurk
2016-07-12 15:56:56 +02:00
parent aaa2bd1d7d
commit 73dc89f25a
8 changed files with 44 additions and 20 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ namespace renderdocui.Code
return;
}
remote = StaticExports.CreateRemoteReplayConnection(m_ReplayHost);
remote = StaticExports.CreateRemoteReplayConnection(m_ReplayHost, 0);
if(remote == null)
{