From be95035cc47fe747c567a3907e9086da89437d67 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 12 Nov 2025 17:22:41 -0600 Subject: Core: Eliminate FreeLookConfig by putting the "active config" within FreeLookCamera. --- Source/Core/VideoCommon/VideoConfig.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/VideoConfig.cpp') diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index a15331569d..d2cacd7276 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -305,10 +305,9 @@ void CheckForConfigChanges() const auto old_hdr = g_ActiveConfig.bHDR; UpdateActiveConfig(); - FreeLook::UpdateActiveConfig(); g_vertex_manager->OnConfigChange(); - g_freelook_camera.SetControlType(FreeLook::GetActiveConfig().camera_config.control_type); + g_freelook_camera.RefreshConfig(); if (g_ActiveConfig.bGraphicMods && !old_graphics_mods_enabled) { -- cgit v1.2.3