mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-11 14:08:59 -06:00
Core: Eliminate FreeLookConfig by putting the "active config" within FreeLookCamera.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user