diff options
author | german77 <juangerman-13@hotmail.com> | 2022-12-26 11:11:01 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-19 18:05:22 -0600 |
commit | 527dad70976a158e94defc51707347e064a31099 (patch) | |
tree | d9e9e68799d0c051e8e6a8a2dda7170ea911831d /src/input_common/helpers/joycon_protocol | |
parent | e1a3bda4d9881cb99c36b64733b814a3bb437f13 (diff) |
input_common: Use DriverResult on all engines
Diffstat (limited to 'src/input_common/helpers/joycon_protocol')
-rw-r--r-- | src/input_common/helpers/joycon_protocol/joycon_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/helpers/joycon_protocol/joycon_types.h b/src/input_common/helpers/joycon_protocol/joycon_types.h index de512fe63..36c00a8d7 100644 --- a/src/input_common/helpers/joycon_protocol/joycon_types.h +++ b/src/input_common/helpers/joycon_protocol/joycon_types.h @@ -284,6 +284,7 @@ enum class DriverResult { NoDeviceDetected, InvalidHandle, NotSupported, + Disabled, Unknown, }; |