mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 13:43:33 +01:00
InputCommon: Add equality operators to RawValue.
This commit is contained in:
parent
24a1fe32f1
commit
02a967f786
@ -110,6 +110,8 @@ struct RawValue
|
|||||||
|
|
||||||
T value;
|
T value;
|
||||||
|
|
||||||
|
constexpr bool operator==(const RawValue& other) const = default;
|
||||||
|
|
||||||
template <typename OtherT, size_t OtherBits>
|
template <typename OtherT, size_t OtherBits>
|
||||||
auto GetNormalizedValue(const TwoPointCalibration<OtherT, OtherBits>& calibration) const
|
auto GetNormalizedValue(const TwoPointCalibration<OtherT, OtherBits>& calibration) const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user