mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: Fix crash that occurs on loading a fifo log due to uninitialized Free Look control type
This commit is contained in:
@@ -111,6 +111,7 @@ Renderer::Renderer(int backbuffer_width, int backbuffer_height, float backbuffer
|
||||
CalculateTargetSize();
|
||||
|
||||
m_is_game_widescreen = SConfig::GetInstance().bWii && Config::Get(Config::SYSCONF_WIDESCREEN);
|
||||
g_freelook_camera.SetControlType(FreeLook::GetActiveConfig().camera_config.control_type);
|
||||
}
|
||||
|
||||
Renderer::~Renderer() = default;
|
||||
|
||||
Reference in New Issue
Block a user