diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/core/settings.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fc2de042..273260378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -159,7 +159,7 @@ macro(yuzu_find_packages) | |||
| 159 | # Cmake Pkg Prefix Version Conan Pkg | 159 | # Cmake Pkg Prefix Version Conan Pkg |
| 160 | "Boost 1.73 boost/1.73.0" | 160 | "Boost 1.73 boost/1.73.0" |
| 161 | "Catch2 2.13 catch2/2.13.0" | 161 | "Catch2 2.13 catch2/2.13.0" |
| 162 | "fmt 7.1 fmt/7.1.0" | 162 | "fmt 7.1 fmt/7.1.2" |
| 163 | # can't use until https://github.com/bincrafters/community/issues/1173 | 163 | # can't use until https://github.com/bincrafters/community/issues/1173 |
| 164 | #"libzip 1.5 libzip/1.5.2@bincrafters/stable" | 164 | #"libzip 1.5 libzip/1.5.2@bincrafters/stable" |
| 165 | "lz4 1.8 lz4/1.9.2" | 165 | "lz4 1.8 lz4/1.9.2" |
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index a99d3cf5a..0587b9374 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp | |||
| @@ -56,6 +56,7 @@ void LogSettings() { | |||
| 56 | log_setting("System_RegionIndex", values.region_index.GetValue()); | 56 | log_setting("System_RegionIndex", values.region_index.GetValue()); |
| 57 | log_setting("System_TimeZoneIndex", values.time_zone_index.GetValue()); | 57 | log_setting("System_TimeZoneIndex", values.time_zone_index.GetValue()); |
| 58 | log_setting("Core_UseMultiCore", values.use_multi_core.GetValue()); | 58 | log_setting("Core_UseMultiCore", values.use_multi_core.GetValue()); |
| 59 | log_setting("CPU_Accuracy", values.cpu_accuracy); | ||
| 59 | log_setting("Renderer_UseResolutionFactor", values.resolution_factor.GetValue()); | 60 | log_setting("Renderer_UseResolutionFactor", values.resolution_factor.GetValue()); |
| 60 | log_setting("Renderer_UseFrameLimit", values.use_frame_limit.GetValue()); | 61 | log_setting("Renderer_UseFrameLimit", values.use_frame_limit.GetValue()); |
| 61 | log_setting("Renderer_FrameLimit", values.frame_limit.GetValue()); | 62 | log_setting("Renderer_FrameLimit", values.frame_limit.GetValue()); |