summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorGravatar german772021-10-19 00:12:24 -0500
committerGravatar Narr the Reg2021-11-24 20:30:24 -0600
commit601ac43495904f3f7666d79a800a8b4eda5a8461 (patch)
tree97e49cb22264ceb730ce51babbd3c2dc27d6b36f /src/common/input.h
parenthid: Fix controller connection/disconnection (diff)
downloadyuzu-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.h1
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
32enum class BatteryLevel { 32enum class BatteryLevel {
33 None,
33 Empty, 34 Empty,
34 Critical, 35 Critical,
35 Low, 36 Low,