Update post build event to copy all Intel dlls

This commit is contained in:
cdozdil
2025-08-11 10:38:26 +03:00
parent 9633d7027f
commit ea2d1d97cf
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -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
+2 -1
View File
@@ -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())