diff --git a/src/XSEPlugin.cpp b/src/XSEPlugin.cpp index 08ceec8dfb..488f02407c 100644 --- a/src/XSEPlugin.cpp +++ b/src/XSEPlugin.cpp @@ -184,7 +184,7 @@ bool Load() } const std::array requiredDLLs = { - L"Data/SKSE/Plugins/EngineFixes.dll" + REL::Module::IsVR() ? L"Data/SKSE/Plugins/EngineFixesVR.dll" : L"Data/SKSE/Plugins/EngineFixes.dll" }; for (const auto dll : requiredDLLs) {