diff --git a/src/XSEPlugin.cpp b/src/XSEPlugin.cpp index 6c9f77a96b..e76ff6e8c6 100644 --- a/src/XSEPlugin.cpp +++ b/src/XSEPlugin.cpp @@ -167,7 +167,10 @@ bool Load() const std::array incompatibleDLLs = { L"Data/SKSE/Plugins/ShaderTools.dll", L"Data/SKSE/Plugins/SSEShaderTools.dll", - L"Data/SKSE/Plugins/SkyrimUpscaler.dll" + L"Data/SKSE/Plugins/SkyrimUpscaler.dll", + L"Data/SKSE/Plugins/EVLaS.dll", + L"Data/SKSE/Plugins/AELAS.dll", + L"Data/SKSE/Plugins/SSEReShadeHelper.dll" }; for (const auto dll : incompatibleDLLs) {