summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-10-18 12:45:10 +0200
committerZach Hilman <zachhilman@gmail.com>2018-11-19 05:21:33 +0100
commit362b28d0529eeb815f428594200c611d525a0d6f (patch)
treeeb1bb3814c0c04a857bb90590b7ee615b4c94b23 /src/core/hle/service/hid/controllers/npad.h
parentChanged polling rate of hid and Right joycon rotation (diff)
downloadyuzu-362b28d0529eeb815f428594200c611d525a0d6f.tar
yuzu-362b28d0529eeb815f428594200c611d525a0d6f.tar.gz
yuzu-362b28d0529eeb815f428594200c611d525a0d6f.tar.bz2
yuzu-362b28d0529eeb815f428594200c611d525a0d6f.tar.lz
yuzu-362b28d0529eeb815f428594200c611d525a0d6f.tar.xz
yuzu-362b28d0529eeb815f428594200c611d525a0d6f.tar.zst
yuzu-362b28d0529eeb815f428594200c611d525a0d6f.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/controllers/npad.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h
index f702990c7..7222bca72 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -113,6 +113,10 @@ public:
void DisconnectNPad(u32 npad_id);
LedPattern GetLedPattern(u32 npad_id);
void SetVibrationEnabled(bool can_vibrate);
+ void ClearAllConnectedControllers();
+ void DisconnectAllConnectedControllers();
+ void ConnectAllDisconnectedControllers();
+ void ClearAllControllers();
private:
struct CommonHeader {