mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Allow specifying a listen interface and port, for remote replaying
This commit is contained in:
@@ -169,7 +169,7 @@ namespace renderdocui.Code
|
||||
return;
|
||||
}
|
||||
|
||||
remote = StaticExports.CreateRemoteReplayConnection(m_ReplayHost);
|
||||
remote = StaticExports.CreateRemoteReplayConnection(m_ReplayHost, 0);
|
||||
|
||||
if(remote == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user