minor stuff

This commit is contained in:
cdozdil
2024-04-21 15:01:21 +03:00
parent 3beb829562
commit 8c83fa3ed0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -380,8 +380,8 @@ NVSDK_NGX_API NVSDK_NGX_Result NVSDK_NGX_D3D11_EvaluateFeature(ID3D11DeviceConte
if (Config::Instance()->Dx11DelayedInit.value_or(false))
{
spdlog::trace("NVSDK_NGX_D3D11_EvaluateFeature sleeping after new Init of new feature for 1000ms");
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
spdlog::trace("NVSDK_NGX_D3D11_EvaluateFeature sleeping after new Init of new feature for 1000ms");
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
}
free(createParams);
+1 -1
View File
@@ -82,7 +82,7 @@
<IncludePath>$(SolutionDir)external\vulkan\include;$(SolutionDir)external\nvngx_dlss_sdk;$(SolutionDir)external\xess\inc\xess;$(SolutionDir)external\simpleini;$(SolutionDir)external\unordered_dense\include;$(SolutionDir)external\spdlog\include;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)cas\lib;$(ProjectDir)fsr2\lib;$(ProjectDir)fsr2_212\lib;$(ProjectDir)vulkan;$(ProjectDir)d3dx;$(SolutionDir)external\xess\lib;$(LibraryPath)</LibraryPath>
<TargetName>nvngx</TargetName>
<OutDir>E:\Games\God of War\</OutDir>
<OutDir>..\..\MarvelGOTG\retail</OutDir>
<IntDir>.\x64\Debug</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+1 -1
View File
@@ -265,6 +265,6 @@
<Library Include="vulkan\vulkan-1.lib" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="OmniScaler.rc" />
<ResourceCompile Include="OptiScaler.rc" />
</ItemGroup>
</Project>