summaryrefslogtreecommitdiffstats
path: root/src/core/hid/hid_types.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-11-20 23:53:33 +0100
committerGitHub <noreply@github.com>2023-11-20 23:53:33 +0100
commit8da5bd27e9d4fe5e850700039d79f77e52ba6aea (patch)
treef7092ca45b92aa83ef636cc13f970cd3561ba93e /src/core/hid/hid_types.h
parentMerge pull request #12093 from t895/zip-intent (diff)
parentImplemented qlaunch version of the controller applet (diff)
downloadyuzu-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.tar
yuzu-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.tar.gz
yuzu-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.tar.bz2
yuzu-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.tar.lz
yuzu-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.tar.xz
yuzu-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.tar.zst
yuzu-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.zip
Diffstat (limited to 'src/core/hid/hid_types.h')
-rw-r--r--src/core/hid/hid_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/hid/hid_types.h b/src/core/hid/hid_types.h
index 9d48cd90e..70fcc6b69 100644
--- a/src/core/hid/hid_types.h
+++ b/src/core/hid/hid_types.h
@@ -218,6 +218,13 @@ enum class NpadIdType : u32 {
Invalid = 0xFFFFFFFF,
};
+enum class NpadInterfaceType : u8 {
+ Bluetooth = 1,
+ Rail = 2,
+ Usb = 3,
+ Embedded = 4,
+};
+
// This is nn::hid::NpadStyleIndex
enum class NpadStyleIndex : u8 {
None = 0,