diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-27 20:35:51 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2023-01-29 19:11:46 -0600 |
commit | 11fea5deea6dd72badbed521ac5639a48d591dc6 (patch) | |
tree | 22edff6c56eb1861020481cac86aacbf599162e2 /src/input_common/drivers/joycon.h | |
parent | 07cefe9062caac6001434d2cf5467d81292e0934 (diff) |
input_common: joycon: Fill missing enum data
Diffstat (limited to 'src/input_common/drivers/joycon.h')
-rw-r--r-- | src/input_common/drivers/joycon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/joycon.h b/src/input_common/drivers/joycon.h index 316d383d8..2149ab7fd 100644 --- a/src/input_common/drivers/joycon.h +++ b/src/input_common/drivers/joycon.h @@ -15,7 +15,7 @@ using SerialNumber = std::array<u8, 15>; struct Battery; struct Color; struct MotionData; -enum class ControllerType; +enum class ControllerType : u8; enum class DriverResult; enum class IrsResolution; class JoyconDriver; |