Add a dialog to ask if the user wants to replay remotely

This commit is contained in:
baldurk
2016-08-19 14:58:35 +02:00
parent 91bf3ff3fc
commit 39b995fcfa
9 changed files with 692 additions and 137 deletions
+1
View File
@@ -112,6 +112,7 @@ namespace renderdocui.Code
public bool TextureViewer_PerTexSettings = true;
public bool ShaderViewer_FriendlyNaming = true;
public bool AlwaysReplayLocally = false;
public List<RemoteHost> RemoteHosts = new List<RemoteHost>();
public int LocalProxy = 0;