InputCommon: RoundStickGate's ideal sample count can be 1.

This commit is contained in:
Jordan Woyak
2020-02-24 16:55:44 -06:00
parent 459b47295d
commit f8cca9fe5d
2 changed files with 8 additions and 1 deletions

View File

@ -48,6 +48,7 @@ class RoundStickGate : public StickGate
public:
explicit RoundStickGate(ControlState radius);
ControlState GetRadiusAtAngle(double ang) const override final;
std::optional<u32> GetIdealCalibrationSampleCount() const override final;
private:
const ControlState m_radius;