diff options
Diffstat (limited to 'src/core/settings.cpp')
| -rw-r--r-- | src/core/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index cd6c257f5..2b0bdc4d3 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp | |||
| @@ -96,6 +96,7 @@ void LogSettings() { | |||
| 96 | LogSetting("Renderer_UseAsynchronousGpuEmulation", | 96 | LogSetting("Renderer_UseAsynchronousGpuEmulation", |
| 97 | Settings::values.use_asynchronous_gpu_emulation); | 97 | Settings::values.use_asynchronous_gpu_emulation); |
| 98 | LogSetting("Renderer_UseVsync", Settings::values.use_vsync); | 98 | LogSetting("Renderer_UseVsync", Settings::values.use_vsync); |
| 99 | LogSetting("Renderer_AnisotropicFilteringLevel", Settings::values.max_anisotropy); | ||
| 99 | LogSetting("Audio_OutputEngine", Settings::values.sink_id); | 100 | LogSetting("Audio_OutputEngine", Settings::values.sink_id); |
| 100 | LogSetting("Audio_EnableAudioStretching", Settings::values.enable_audio_stretching); | 101 | LogSetting("Audio_EnableAudioStretching", Settings::values.enable_audio_stretching); |
| 101 | LogSetting("Audio_OutputDevice", Settings::values.audio_device_id); | 102 | LogSetting("Audio_OutputDevice", Settings::values.audio_device_id); |