summaryrefslogtreecommitdiff
path: root/src/core/hid
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2024-01-01 15:23:56 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2024-01-03 20:21:14 -0600
commit6a244465cef86d7329f12dd1dfd5d6fdd415a0ed (patch)
tree0b69faca9aee4ab31705d07d57e55a75b1b2a809 /src/core/hid
parent148ad0cf0b08a0c41db6450f38ccb6ecf95b938a (diff)
service: hid: Implement NpadResource and NpadData
Diffstat (limited to 'src/core/hid')
-rw-r--r--src/core/hid/hid_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/hid_types.h b/src/core/hid/hid_types.h
index 4bf285f36..a81ed6af0 100644
--- a/src/core/hid/hid_types.h
+++ b/src/core/hid/hid_types.h
@@ -267,6 +267,7 @@ enum class NpadStyleSet : u32 {
All = 0xFFFFFFFFU,
};
static_assert(sizeof(NpadStyleSet) == 4, "NpadStyleSet is an invalid size");
+DECLARE_ENUM_FLAG_OPERATORS(NpadStyleSet)
// This is nn::hid::VibrationDevicePosition
enum class VibrationDevicePosition : u32 {