aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid/hid_core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-12-07 21:03:42 -0800
committerGitHub <noreply@github.com>2021-12-07 21:03:42 -0800
commitf6e8e61e3ef3bbac1f78e4bedf7383474da39adb (patch)
tree4f19053fdabd34255f64d070853ad30c4815a58f /src/core/hid/hid_core.h
parent815189eaf31c6fdeb7983d03d17ba3685b61f806 (diff)
parentd6ae9c68f80792cf11f13ca2c81ac34ddf01dafa (diff)
Merge pull request #7521 from german77/dual_single_joycons
service/hid: Implement SetNpadJoyAssignmentMode
Diffstat (limited to 'src/core/hid/hid_core.h')
-rw-r--r--src/core/hid/hid_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hid/hid_core.h b/src/core/hid/hid_core.h
index 2fb0f7e19..837f7de49 100644
--- a/src/core/hid/hid_core.h
+++ b/src/core/hid/hid_core.h
@@ -45,6 +45,9 @@ public:
/// Returns the first connected npad id
NpadIdType GetFirstNpadId() const;
+ /// Returns the first disconnected npad id
+ NpadIdType GetFirstDisconnectedNpadId() const;
+
/// Sets all emulated controllers into configuring mode.
void EnableAllControllerConfiguration();