diff options
| author | Dr. Dystopia <jonis9898@hotmail.com> | 2024-08-18 15:08:44 +0200 |
|---|---|---|
| committer | Dr. Dystopia <jonis9898@hotmail.com> | 2024-08-20 14:59:54 +0200 |
| commit | 9602f36248edec803275128a0a327e3355f9472d (patch) | |
| tree | f7fa6860c78a8650bfb2e0b6b43682960fd5f2b6 /Source/Core/InputCommon/ControllerEmu | |
| parent | 4ff5ff27722a30ce1071a604774cd3e04443a102 (diff) | |
Remove redundant semicolons
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/StickGate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/StickGate.h b/Source/Core/InputCommon/ControllerEmu/StickGate.h index c618a0a4b4..000ca993f7 100644 --- a/Source/Core/InputCommon/ControllerEmu/StickGate.h +++ b/Source/Core/InputCommon/ControllerEmu/StickGate.h @@ -87,7 +87,7 @@ public: ControlState GetDeadzonePercentage() const; - virtual ControlState GetVirtualNotchSize() const { return 0.0; }; + virtual ControlState GetVirtualNotchSize() const { return 0.0; } virtual ControlState GetGateRadiusAtAngle(double angle) const = 0; virtual ReshapeData GetReshapableState(bool adjusted) const = 0; |
