diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-10-15 16:20:58 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-10-15 16:24:10 -0500 |
| commit | c0afb8c6730e13aaa54295ec23f39ae521d0fb1d (patch) | |
| tree | 8fddf5ab760655ccc99fbf73aa3a3223a304d738 /src/pluginlist.h | |
| parent | ca7aba129e501669269d8ec4ab9c83988dfc7e48 (diff) | |
Only flag plugins as light if the game supports light plugins
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 228ccdec..092ba378 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -296,7 +296,7 @@ private: struct ESPInfo {
- ESPInfo(const QString &name, bool enabled, const QString &originName, const QString &fullPath, bool hasIni, std::set<QString> archives);
+ ESPInfo(const QString &name, bool enabled, const QString &originName, const QString &fullPath, bool hasIni, std::set<QString> archives, bool lightSupported);
QString m_Name;
QString m_FullPath;
bool m_Enabled;
|
