diff --git a/OptiScaler/OptiScaler.vcxproj b/OptiScaler/OptiScaler.vcxproj index f7a1b618..1bd1990b 100644 --- a/OptiScaler/OptiScaler.vcxproj +++ b/OptiScaler/OptiScaler.vcxproj @@ -247,8 +247,7 @@ copy $(SolutionDir)external\nvngx_dlss_sdk\regs\*.* $(SolutionDir)x64\Release\a\ md $(SolutionDir)x64\Release\a\Licenses del /Q $(SolutionDir)x64\Release\a\Licenses\*.* copy $(SolutionDir)external\xess\LICENSE.txt $(SolutionDir)x64\Release\a\Licenses\XeSS_LICENSE.txt /Y -copy $(SolutionDir)external\xess\bin\libxess.dll $(SolutionDir)x64\Release\a\ /Y -copy $(SolutionDir)external\xess\bin\libxess_dx11.dll $(SolutionDir)x64\Release\a\ /Y +copy $(SolutionDir)external\xess\bin\*.dll $(SolutionDir)x64\Release\a\ /Y copy $(SolutionDir)external\FidelityFX-SDK\docs\license.md $(SolutionDir)x64\Release\a\Licenses\FidelityFX_LICENSE.md /Y copy $(SolutionDir)external\FidelityFX-SDK\PrebuiltSignedDLL\*.dll $(SolutionDir)x64\Release\a\ /Y copy $(SolutionDir)OptiScaler.ini $(SolutionDir)x64\Release\a\ /Y diff --git a/OptiScaler/menu/menu_common.cpp b/OptiScaler/menu/menu_common.cpp index e77b5e21..b09b7ce8 100644 --- a/OptiScaler/menu/menu_common.cpp +++ b/OptiScaler/menu/menu_common.cpp @@ -2630,7 +2630,8 @@ bool MenuCommon::RenderMenu() State::Instance().activeFgOutput == FGOutput::XeFG) { ImGui::Checkbox("Show Detected UI", &State::Instance().FGHudlessCompare); - ShowHelpMarker("Needs hudless texture to compare with final image!"); + ShowHelpMarker("Needs hudless texture to compare with final image.\n" + "UI elements and ONLY UI elements should have a pink tint!"); } // if (State::Instance().activeFgInput != Config::Instance()->FGInput.value_or_default())