mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 05:12:40 +02:00
Added comments to vibration example regarding vibration being unusable in handheld-mode.
This commit is contained in:
parent
17c6b8658c
commit
e0ac4fba23
@ -4,6 +4,8 @@
|
||||
#include <switch.h>
|
||||
|
||||
//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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user