GameDatabase: Add DisableAutoAnalogMode trait

For games that can handle analog controllers, but the sticks do not do
anything.
This commit is contained in:
Stenzek
2024-08-18 20:33:15 +10:00
parent aa9a5e383d
commit fda6140088
7 changed files with 25 additions and 8 deletions

View File

@ -68,7 +68,7 @@ void NeGconRumble::Reset()
if (m_force_analog_on_reset)
{
if (g_settings.controller_disable_analog_mode_forcing || System::IsRunningUnknownGame())
if (!CanStartInAnalogMode(ControllerType::AnalogController))
{
Host::AddIconOSDMessage(
fmt::format("Controller{}AnalogMode", m_index), ICON_FA_GAMEPAD,