Browse Source
Merge pull request #4906 from lat9nq/log-cpu-accuracy
settings: log value of CPU_Accuracy
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/core/settings.cpp
|
|
|
@ -56,6 +56,7 @@ void LogSettings() { |
|
|
|
log_setting("System_RegionIndex", values.region_index.GetValue()); |
|
|
|
log_setting("System_TimeZoneIndex", values.time_zone_index.GetValue()); |
|
|
|
log_setting("Core_UseMultiCore", values.use_multi_core.GetValue()); |
|
|
|
log_setting("CPU_Accuracy", values.cpu_accuracy); |
|
|
|
log_setting("Renderer_UseResolutionFactor", values.resolution_factor.GetValue()); |
|
|
|
log_setting("Renderer_UseFrameLimit", values.use_frame_limit.GetValue()); |
|
|
|
log_setting("Renderer_FrameLimit", values.frame_limit.GetValue()); |
|
|
|
|