mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-24 22:35:57 +00:00
rename to OptiScaler
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.2.32602.215
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OmniScaler", "OmniScaler\OmniScaler.vcxproj", "{8D2B73FB-EECD-45CE-B8E5-335610462F58}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OptiScaler", "OptiScaler\OptiScaler.vcxproj", "{8D2B73FB-EECD-45CE-B8E5-335610462F58}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -40,7 +40,7 @@ void Config::Reload()
|
||||
|
||||
if (!LogFileName.has_value())
|
||||
{
|
||||
auto logFile = Util::DllPath().parent_path() / "OmniScaler.log";
|
||||
auto logFile = Util::DllPath().parent_path() / "OptiScaler.log";
|
||||
LogFileName = logFile.string();
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ void PrepareLogger()
|
||||
|
||||
if (Config::Instance()->LogToFile.value_or(false))
|
||||
{
|
||||
auto logFile = Util::DllPath().parent_path() / "OmniScaler.log";
|
||||
auto logFile = Util::DllPath().parent_path() / "OptiScaler.log";
|
||||
auto file_sink = std::make_shared<spdlog::sinks::basic_file_sink_mt>(Config::Instance()->LogFileName.value_or(logFile.string()), true);
|
||||
file_sink->set_level(spdlog::level::level_enum::trace);
|
||||
file_sink->set_pattern("[%H:%M:%S.%f] [%L] %v");
|
||||
Binary file not shown.
@@ -262,7 +262,7 @@
|
||||
<Library Include="vulkan\vulkan-1.lib" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="OmniScaler.rc" />
|
||||
<ResourceCompile Include="OptiScaler.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user