From d91a2e22e7942a7e0e0b840c55f13675bc4066ac Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 5 Dec 2020 01:09:13 -0500 Subject: [PATCH] hid: Updated docs. --- nx/include/switch/services/hid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx/include/switch/services/hid.h b/nx/include/switch/services/hid.h index 8d77fc67..ab683294 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -2329,12 +2329,14 @@ Result hidSetDisallowedPalmaConnection(const BtdrvAddress *addrs, s32 count); /** * @brief SetNpadCommunicationMode + * @note [2.0.0+] Stubbed, just returns 0. * @param[in] mode \ref HidNpadCommunicationMode */ Result hidSetNpadCommunicationMode(HidNpadCommunicationMode mode); /** * @brief GetNpadCommunicationMode + * @note [2.0.0+] Stubbed, always returns output mode ::HidNpadCommunicationMode_Default. * @param[out] out \ref HidNpadCommunicationMode */ Result hidGetNpadCommunicationMode(HidNpadCommunicationMode *out);