From 8c83fa3ed0b21049ceafcdfba577b77e2e013342 Mon Sep 17 00:00:00 2001 From: cdozdil Date: Sun, 21 Apr 2024 15:01:21 +0300 Subject: [PATCH] minor stuff --- OptiScaler/NVNGX_DLSS_Dx11.cpp | 4 ++-- OptiScaler/OptiScaler.vcxproj | 2 +- OptiScaler/OptiScaler.vcxproj.filters | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OptiScaler/NVNGX_DLSS_Dx11.cpp b/OptiScaler/NVNGX_DLSS_Dx11.cpp index 2badf30d..aaa1950a 100644 --- a/OptiScaler/NVNGX_DLSS_Dx11.cpp +++ b/OptiScaler/NVNGX_DLSS_Dx11.cpp @@ -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); diff --git a/OptiScaler/OptiScaler.vcxproj b/OptiScaler/OptiScaler.vcxproj index 7ef8d2e2..feca0643 100644 --- a/OptiScaler/OptiScaler.vcxproj +++ b/OptiScaler/OptiScaler.vcxproj @@ -82,7 +82,7 @@ $(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) $(ProjectDir)cas\lib;$(ProjectDir)fsr2\lib;$(ProjectDir)fsr2_212\lib;$(ProjectDir)vulkan;$(ProjectDir)d3dx;$(SolutionDir)external\xess\lib;$(LibraryPath) nvngx - E:\Games\God of War\ + ..\..\MarvelGOTG\retail .\x64\Debug diff --git a/OptiScaler/OptiScaler.vcxproj.filters b/OptiScaler/OptiScaler.vcxproj.filters index f4a0e434..9f4ea35f 100644 --- a/OptiScaler/OptiScaler.vcxproj.filters +++ b/OptiScaler/OptiScaler.vcxproj.filters @@ -265,6 +265,6 @@ - + \ No newline at end of file