mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-13 01:05:44 +00:00
Rename RemoteAccess to TargetControl to better disambiguate RemoteServer
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
// Global constants
|
||||
enum
|
||||
{
|
||||
RenderDoc_FirstCaptureNetworkPort = 38920,
|
||||
RenderDoc_LastCaptureNetworkPort = RenderDoc_FirstCaptureNetworkPort + 7,
|
||||
RenderDoc_ReplayNetworkPort = 39920,
|
||||
RenderDoc_FirstTargetControlPort = 38920,
|
||||
RenderDoc_LastTargetControlPort = RenderDoc_FirstTargetControlPort + 7,
|
||||
RenderDoc_RemoteServerPort = 39920,
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user