From 73768fffa79bdfc57cf7353c8f9f8ddd910f89c2 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 25 Nov 2020 20:11:55 -0500 Subject: [PATCH] hid: Updated docs. --- nx/include/switch/services/hid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/include/switch/services/hid.h b/nx/include/switch/services/hid.h index 38b2761d..933a31e4 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -568,9 +568,9 @@ typedef enum { /// VibrationGcErmCommand typedef enum { - HidVibrationGcErmCommand_Stop = 0, ///< Stop - HidVibrationGcErmCommand_Start = 1, ///< Start - HidVibrationGcErmCommand_StopHard = 2, ///< StopHard + HidVibrationGcErmCommand_Stop = 0, ///< Stops the vibration with a decay phase. + HidVibrationGcErmCommand_Start = 1, ///< Starts the vibration. + HidVibrationGcErmCommand_StopHard = 2, ///< Stops the vibration immediately, with no decay phase. } HidVibrationGcErmCommand; /// touchPosition