System: Disable auto analog mode when starting shell

This commit is contained in:
Connor McLaughlin
2022-10-04 00:20:37 +10:00
parent df06931e36
commit 587fbf6ca7
3 changed files with 15 additions and 1 deletions

View File

@ -45,7 +45,7 @@ void AnalogController::Reset()
if (m_force_analog_on_reset)
{
if (g_settings.controller_disable_analog_mode_forcing)
if (g_settings.controller_disable_analog_mode_forcing || System::IsRunningBIOS())
{
Host::AddIconOSDMessage(
fmt::format("Controller{}AnalogMode", m_index), ICON_FA_GAMEPAD,