summaryrefslogtreecommitdiffstats
path: root/src/core/hid/hid_core.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-11-29 23:59:58 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-11-29 23:59:58 +0100
commit940375dfbbbb14480de042c96128aaded894e827 (patch)
treee632c135d30efad9c89f70e9ccf23a22df2121e5 /src/core/hid/hid_core.h
parentgeneral: Fix handheld typo (diff)
downloadyuzu-940375dfbbbb14480de042c96128aaded894e827.tar
yuzu-940375dfbbbb14480de042c96128aaded894e827.tar.gz
yuzu-940375dfbbbb14480de042c96128aaded894e827.tar.bz2
yuzu-940375dfbbbb14480de042c96128aaded894e827.tar.lz
yuzu-940375dfbbbb14480de042c96128aaded894e827.tar.xz
yuzu-940375dfbbbb14480de042c96128aaded894e827.tar.zst
yuzu-940375dfbbbb14480de042c96128aaded894e827.zip
Diffstat (limited to '')
-rw-r--r--src/core/hid/hid_core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hid/hid_core.h b/src/core/hid/hid_core.h
index 609f40f3b..140a0e962 100644
--- a/src/core/hid/hid_core.h
+++ b/src/core/hid/hid_core.h
@@ -45,6 +45,12 @@ public:
/// Returns the first connected npad id
NpadIdType GetFirstNpadId() const;
+ /// Sets all emulated controllers into configuring mode.
+ void EnableAllControllerConfiguration();
+
+ /// Sets all emulated controllers into normal mode.
+ void DisableAllControllerConfiguration();
+
/// Reloads all input devices from settings
void ReloadInputDevices();