diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-08 18:24:06 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-10 02:53:09 +0200 |
| commit | 4adb13c9435baade511d3ac78fb142dc73bd2e1f (patch) | |
| tree | ef08ae55a1d263c8e5c2a02e49d24b209ab6d4b4 /src/organizercore.h | |
| parent | 54fd26fee15c320c363a4be355c80e4b7ce38164 (diff) | |
generate dumps using new diagnostics settings
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 7 |
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
|
