Settings: Add anti-aliasing method setting

This commit is contained in:
Marshall Mohror 2021-10-20 18:32:11 -05:00 committed by Fernando Sahmkow
parent 2eff80b47f
commit 510caeefb3
2 changed files with 7 additions and 0 deletions

View file

@ -49,6 +49,7 @@ void LogSettings() {
log_setting("CPU_Accuracy", values.cpu_accuracy.GetValue());
log_setting("Renderer_UseResolutionScaling", values.resolution_setup.GetValue());
log_setting("Renderer_ScalingFilter", values.scaling_filter.GetValue());
log_setting("Renderer_AntiAliasing", values.anti_aliasing.GetValue());
log_setting("Renderer_UseSpeedLimit", values.use_speed_limit.GetValue());
log_setting("Renderer_SpeedLimit", values.speed_limit.GetValue());
log_setting("Renderer_UseDiskShaderCache", values.use_disk_shader_cache.GetValue());