mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 15:46:45 +00:00
Fix some dll finding issues
Only skip dlls that are inside our streamline folder
This commit is contained in:
@@ -1874,7 +1874,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
|
||||
{
|
||||
std::filesystem::path dllsFolder(Config::Instance()->MainDllPath.value());
|
||||
State::Instance().NVNGX_DLSS_Path =
|
||||
Util::FindFilePath(dllsFolder.remove_filename(), "nvngx_dlss.dll");
|
||||
Util::FindFilePath(dllsFolder, "nvngx_dlss.dll");
|
||||
}
|
||||
|
||||
if (Config::Instance()->DLSSFeaturePath.has_value())
|
||||
|
||||
Reference in New Issue
Block a user