mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Allow specifying a listen interface and port, for remote replaying
This commit is contained in:
@@ -62,7 +62,7 @@ namespace renderdocui.Windows.Dialogs
|
||||
string[] proxies = new string[0];
|
||||
try
|
||||
{
|
||||
var dummy = StaticExports.CreateRemoteReplayConnection("-");
|
||||
var dummy = StaticExports.CreateRemoteReplayConnection("-", 0);
|
||||
proxies = dummy.LocalProxies();
|
||||
dummy.Shutdown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user