diff options
| author | 2021-10-19 00:12:24 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:24 -0600 | |
| commit | 601ac43495904f3f7666d79a800a8b4eda5a8461 (patch) | |
| tree | 97e49cb22264ceb730ce51babbd3c2dc27d6b36f /src/common/input.h | |
| parent | hid: Fix controller connection/disconnection (diff) | |
| download | yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar.gz yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar.xz yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.zip | |
core/hid: Only signal when needed
Diffstat (limited to 'src/common/input.h')
| -rw-r--r-- | src/common/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h index 3a28b77a7..8871a9d07 100644 --- a/src/common/input.h +++ b/src/common/input.h | |||
| @@ -30,6 +30,7 @@ enum class InputType { | |||
| 30 | }; | 30 | }; |
| 31 | 31 | ||
| 32 | enum class BatteryLevel { | 32 | enum class BatteryLevel { |
| 33 | None, | ||
| 33 | Empty, | 34 | Empty, |
| 34 | Critical, | 35 | Critical, |
| 35 | Low, | 36 | Low, |