mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-23 13:56:19 +00:00
Update post build event to copy all Intel dlls
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user