We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d237c commit eed47ceCopy full SHA for eed47ce
src/hooks_framerate.cpp
@@ -132,7 +132,8 @@ class ReplaceGameUpdateLoop : public Hook
132
if (Settings::VibrationMode != 0 && CurGameState != GameState::STATE_GAME)
133
SetVibration(Settings::VibrationControllerId, 0.0f, 0.0f);
134
135
- DInput_RegisterNewDevices();
+ if (Settings::ControllerHotPlug)
136
+ DInput_RegisterNewDevices();
137
}
138
139
for (int curUpdateIdx = 0; curUpdateIdx < numUpdates; curUpdateIdx++)
0 commit comments