From f1c0e89ad9c5d67e8838564cdab6aecccb7110fb Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 16 Mar 2018 21:44:44 -0400 Subject: [PATCH] Added note for system-settings vibration config. --- hid/vibration/source/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hid/vibration/source/main.c b/hid/vibration/source/main.c index 32b011e..8dab6a7 100644 --- a/hid/vibration/source/main.c +++ b/hid/vibration/source/main.c @@ -4,6 +4,7 @@ #include //Example for HID vibration/rumble. +//For vibration to work you may have to do the following first: enter System-Settings->Controllers, then turn the vibration config to OFF (if it's already ON), then ON. int main(int argc, char **argv) {