From 2a74742a44b6fe8b3b9bea4debd292e43ceb9b90 Mon Sep 17 00:00:00 2001 From: SkrubbySkrubInAShrub Date: Tue, 21 Apr 2026 14:30:11 +0200 Subject: [PATCH] chore: add NVIDIA Reflex DLL to incompatible DLLs list. --- src/XSEPlugin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/XSEPlugin.cpp b/src/XSEPlugin.cpp index 5a9d01c285..dde5e5c5c9 100644 --- a/src/XSEPlugin.cpp +++ b/src/XSEPlugin.cpp @@ -183,7 +183,8 @@ bool Load() L"Data/SKSE/Plugins/AELAS.dll", L"Data/SKSE/Plugins/SSEReShadeHelper.dll", L"Data/SKSE/Plugins/trainwreck.dll", - L"Data/SKSE/Plugins/TAASharpen.dll" + L"Data/SKSE/Plugins/TAASharpen.dll", + L"Data/SKSE/Plugins/NVIDIA_Reflex.dll" }; for (const auto dll : incompatibleDLLs) {