mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 11:02:28 +02:00
InputCommon: Add equality operators to RawValue.
This commit is contained in:
parent
24a1fe32f1
commit
02a967f786
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user