mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 15:46:45 +00:00
Fix dlssg_to_fsr3_amd_is_better.dll check at menu
This commit is contained in:
@@ -2148,7 +2148,7 @@ bool MenuCommon::RenderMenu()
|
||||
|
||||
refreshRate = Util::GetActiveRefreshRate(_handle);
|
||||
config->ReloadFakenvapi();
|
||||
auto dllPath = Util::DllPath().parent_path() / "dlssg_to_fsr3_amd_is_better.dll";
|
||||
auto dllPath = std::filesystem::path(config->MainDllPath.value()) / L"dlssg_to_fsr3_amd_is_better.dll";
|
||||
state.NukemsFilesAvailable = gExists.Get(dllPath);
|
||||
|
||||
if (State::Instance().currentFeature != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user