mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
InputCommon: Add equality operators to RawValue.
This commit is contained in:
parent
24a1fe32f1
commit
02a967f786
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue