summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorEran Mizrahi <erasmux@gmail.com>2017-12-08 18:24:06 +0200
committerEran Mizrahi <erasmux@gmail.com>2017-12-10 02:53:09 +0200
commit4adb13c9435baade511d3ac78fb142dc73bd2e1f (patch)
treeef08ae55a1d263c8e5c2a02e49d24b209ab6d4b4 /src/organizercore.h
parent54fd26fee15c320c363a4be355c80e4b7ce38164 (diff)
generate dumps using new diagnostics settings
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 297b94f6..7bb7faa7 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -158,7 +158,11 @@ public:
void prepareVFS();
- void setLogLevel(int logLevel);
+ void updateVFSParams(int logLevel, int crashDumpsType);
+
+ static CrashDumpsType getGlobalCrashDumpsType() { return m_globalCrashDumpsType; }
+ static void setGlobalCrashDumpsType(int crashDumpsType);
+ static std::wstring crashDumpsPath();
public:
MOBase::IModRepositoryBridge *createNexusBridge() const;
@@ -319,6 +323,7 @@ private:
MOBase::DelayedFileWriter m_PluginListsWriter;
UsvfsConnector m_USVFS;
+ static CrashDumpsType m_globalCrashDumpsType;
};
#endif // ORGANIZERCORE_H