mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22: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>
|
#include <switch.h>
|
||||||
|
|
||||||
//Example for HID vibration/rumble.
|
//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)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user