mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
InputCommon: Add equality operators to RawValue.
This commit is contained in:
@@ -110,6 +110,8 @@ struct RawValue
|
||||
|
||||
T value;
|
||||
|
||||
constexpr bool operator==(const RawValue& other) const = default;
|
||||
|
||||
template <typename OtherT, size_t OtherBits>
|
||||
auto GetNormalizedValue(const TwoPointCalibration<OtherT, OtherBits>& calibration) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user