From 9d2459946f547c5bc84bb49ebaafb9dce5bffe4d Mon Sep 17 00:00:00 2001 From: cdozdil Date: Mon, 6 Jul 2026 22:47:29 +0300 Subject: [PATCH] Fix dlssg_to_fsr3_amd_is_better.dll check at menu --- OptiScaler/menu/menu_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptiScaler/menu/menu_common.cpp b/OptiScaler/menu/menu_common.cpp index 1fb6dab7..f0cabd8d 100644 --- a/OptiScaler/menu/menu_common.cpp +++ b/OptiScaler/menu/menu_common.cpp @@ -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)