diff options
author | german77 <juangerman-13@hotmail.com> | 2021-12-05 23:17:52 +0100 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-12-05 23:18:23 +0100 |
commit | d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa (patch) | |
tree | c09f3cbe3806d91999a1d36fad5842e7ae89669e /src/core/hid/hid_core.h | |
parent | Merge pull request #7518 from german77/is_npad_valid (diff) | |
download | yuzu-d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa.tar yuzu-d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa.tar.gz yuzu-d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa.tar.bz2 yuzu-d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa.tar.lz yuzu-d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa.tar.xz yuzu-d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa.tar.zst yuzu-d6ae9c68f80792cf11f13ca2c81ac34ddf01dafa.zip |
Diffstat (limited to 'src/core/hid/hid_core.h')
-rw-r--r-- | src/core/hid/hid_core.h | 3 |
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(); |