From e0ac4fba23ee3fa5b55134e9fb5ebc69e7060df1 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 10 Mar 2018 19:47:39 -0500 Subject: [PATCH] Added comments to vibration example regarding vibration being unusable in handheld-mode. --- hid/vibration/source/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hid/vibration/source/main.c b/hid/vibration/source/main.c index 09aa46e..51d1f13 100644 --- a/hid/vibration/source/main.c +++ b/hid/vibration/source/main.c @@ -4,6 +4,8 @@ #include //Example for HID vibration/rumble. +//The joy-con for player-1 must be detached from the system, currently it doesn't vibrate when attached (handheld-mode). +//TODO: Fix this for handheld-mode^. int main(int argc, char **argv) {