mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Test Android target connection for up to MaxConnectTimeout seconds.
Added new setting to SettingsDialog, and passed it to native code via
RenderDoc::Inst().GetConfigSetting("MaxConnectTimeout")
This commit is contained in:
committed by
Baldur Karlsson
parent
31104c817a
commit
d249faacd3
@@ -175,6 +175,7 @@ namespace renderdocui.Code
|
||||
public string LastCaptureExe = "";
|
||||
public List<string> RecentCaptureSettings = new List<string>();
|
||||
public string AdbExecutablePath = "";
|
||||
public uint MaxConnectTimeout = 30;
|
||||
|
||||
// for historical reasons, this was named CaptureSavePath
|
||||
[XmlElement("CaptureSavePath")]
|
||||
|
||||
Reference in New Issue
Block a user