diff --git a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h index 6b6329cc4f..2db991eb82 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h +++ b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h @@ -110,6 +110,8 @@ struct RawValue T value; + constexpr bool operator==(const RawValue& other) const = default; + template auto GetNormalizedValue(const TwoPointCalibration& calibration) const {