summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hid/hid_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hid/hid_types.h b/src/core/hid/hid_types.h
index acf54e233..780659b86 100644
--- a/src/core/hid/hid_types.h
+++ b/src/core/hid/hid_types.h
@@ -63,6 +63,8 @@ enum class NpadButton : u64 {
63 LagonCUp = 1ULL << 32, 63 LagonCUp = 1ULL << 32,
64 LagonCRight = 1ULL << 33, 64 LagonCRight = 1ULL << 33,
65 LagonCDown = 1ULL << 34, 65 LagonCDown = 1ULL << 34,
66
67 All = 0xFFFFFFFFFFFFFFFFULL,
66}; 68};
67DECLARE_ENUM_FLAG_OPERATORS(NpadButton); 69DECLARE_ENUM_FLAG_OPERATORS(NpadButton);
68 70