VideoCommon: Support hot reloading of VS expand

This commit is contained in:
TellowKrinkle 2022-10-22 20:11:52 -05:00
commit 1e9b6f88e4
4 changed files with 10 additions and 5 deletions

View file

@ -488,6 +488,7 @@ void Renderer::CheckForConfigChanges()
UpdateActiveConfig();
FreeLook::UpdateActiveConfig();
g_vertex_manager->OnConfigChange();
g_freelook_camera.SetControlType(FreeLook::GetActiveConfig().camera_config.control_type);