mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
InputCommon: RoundStickGate's ideal sample count can be 1.
This commit is contained in:
parent
459b47295d
commit
f8cca9fe5d
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue