Add an option to choose the default save folder for captures. Refs #335

This commit is contained in:
baldurk
2016-08-24 15:53:52 +02:00
parent 3d6214622b
commit 3e5d55d1d6
7 changed files with 317 additions and 109 deletions
+4 -1
View File
@@ -114,7 +114,10 @@ namespace renderdocui.Code
public List<string> RecentCaptureSettings = new List<string>();
public int CallstackLevelSkip = 0;
public string CaptureSavePath = "";
// for historical reasons, this was named CaptureSavePath
[XmlElement("CaptureSavePath")]
public string TemporaryCaptureDirectory = "";
public string DefaultCaptureSaveDirectory = "";
public bool TextureViewer_ResetRange = false;
public bool TextureViewer_PerTexSettings = true;