Rename RemoteAccess to TargetControl to better disambiguate RemoteServer

This commit is contained in:
baldurk
2016-08-02 17:03:55 +02:00
parent 4bfbcbd14d
commit 481a28dc29
29 changed files with 316 additions and 254 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ RENDERDOC_CreateRemoteReplayConnection(const char *host, uint32_t port, RemoteRe
s = host;
if(port == 0)
port = RENDERDOC_GetDefaultReplayHostPort();
port = RENDERDOC_GetDefaultRemoteServerPort();
Network::Socket *sock = NULL;