mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Rename RemoteAccess to TargetControl to better disambiguate RemoteServer
This commit is contained in:
@@ -58,7 +58,7 @@ namespace renderdocui.Windows
|
||||
int m_CaptureFrameNum = 0;
|
||||
int m_CaptureCounter = 0;
|
||||
bool m_Disconnect = false;
|
||||
RemoteAccess m_Connection = null;
|
||||
TargetControl m_Connection = null;
|
||||
|
||||
bool m_IgnoreThreadClosed = false;
|
||||
|
||||
@@ -145,7 +145,7 @@ namespace renderdocui.Windows
|
||||
{
|
||||
string username = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
|
||||
|
||||
m_Connection = StaticExports.CreateRemoteAccessConnection(m_Host, m_RemoteIdent, username, true);
|
||||
m_Connection = StaticExports.CreateTargetControl(m_Host, m_RemoteIdent, username, true);
|
||||
|
||||
if (m_Connection.Connected)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user