mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Add an option to choose the default save folder for captures. Refs #335
This commit is contained in:
@@ -702,7 +702,7 @@ namespace renderdocui.Code
|
||||
|
||||
public String TempLogFilename(String appname)
|
||||
{
|
||||
string folder = Config.CaptureSavePath;
|
||||
string folder = Config.TemporaryCaptureDirectory;
|
||||
try
|
||||
{
|
||||
if (folder.Length == 0 || !Directory.Exists(folder))
|
||||
|
||||
Reference in New Issue
Block a user