diff options
| author | 2022-12-26 11:11:01 -0600 | |
|---|---|---|
| committer | 2023-01-19 18:05:22 -0600 | |
| commit | 527dad70976a158e94defc51707347e064a31099 (patch) | |
| tree | d9e9e68799d0c051e8e6a8a2dda7170ea911831d /src/input_common/helpers/joycon_protocol | |
| parent | Address review comments (diff) | |
| download | yuzu-527dad70976a158e94defc51707347e064a31099.tar.gz yuzu-527dad70976a158e94defc51707347e064a31099.tar.xz yuzu-527dad70976a158e94defc51707347e064a31099.zip | |
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 { | |||
| 284 | NoDeviceDetected, | 284 | NoDeviceDetected, |
| 285 | InvalidHandle, | 285 | InvalidHandle, |
| 286 | NotSupported, | 286 | NotSupported, |
| 287 | Disabled, | ||
| 287 | Unknown, | 288 | Unknown, |
| 288 | }; | 289 | }; |
| 289 | 290 | ||