mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-29 13:01:18 +00:00
Fix DLSS inputs not working on Nvidia
This commit is contained in:
@@ -60,12 +60,6 @@ private:
|
||||
{
|
||||
LOG_TRACE("{}", lcaseLibName);
|
||||
|
||||
if (lcaseLibName.rfind("driverstore") != std::string::npos)
|
||||
{
|
||||
LOG_DEBUG("Skip driver call: {}", lcaseLibName);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// If Opti is not loading as nvngx.dll
|
||||
if (!State::Instance().enablerAvailable && !State::Instance().isWorkingAsNvngx)
|
||||
{
|
||||
@@ -384,12 +378,6 @@ private:
|
||||
auto lcaseLibNameA = wstring_to_string(lcaseLibName);
|
||||
LOG_TRACE("{}", lcaseLibNameA);
|
||||
|
||||
if (lcaseLibNameA.rfind("driverstore") != std::string::npos)
|
||||
{
|
||||
LOG_DEBUG("Skip driver call: {}", lcaseLibNameA);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// If Opti is not loading as nvngx.dll
|
||||
if (!State::Instance().enablerAvailable && !State::Instance().isWorkingAsNvngx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user