TLAC: revert to old style slider emulation when not using ps4 slider input

This commit is contained in:
somewhatlurker
2020-08-14 02:20:56 +10:00
parent 90a1c8c6ec
commit 2182d68f1d
9 changed files with 71 additions and 26 deletions
@@ -265,7 +265,8 @@ namespace TLAC::Components
// no slider while paused
// this is simpler than buttons because slider doesn't trigger on press, it triggers on movement
// (therefore per-button blocking isn't needed)
sliderState->ResetSensors();
// SENSOR_SET_MODE_SECTIONS matches old behaviour
sliderState->ResetSensors(TouchSliderState::SENSOR_SET_MODE_SECTIONS);
}
else
{