mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Save and load persistant config file
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
#include "Windows/MainWindow.h"
|
||||
|
||||
CaptureContext::CaptureContext(QString paramFilename, QString remoteHost, uint32_t remoteIdent,
|
||||
bool temp)
|
||||
bool temp, PersistantConfig &cfg)
|
||||
: Config(cfg)
|
||||
{
|
||||
m_LogLoaded = false;
|
||||
m_LoadInProgress = false;
|
||||
|
||||
Reference in New Issue
Block a user