You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hid/abstracted-pad/source/main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
#include<switch.h>
8
8
9
9
// This example shows how to use AbstractedPad, see also libnx hiddbg.h. Depending on state type2, either a new virtual controller can be registered, or the state can be merged with an existing controller.
10
-
// Note that Hdls can also be used for this, which generally you would want to use that instead.
10
+
// This is deprecated, use Hdls instead when running on compatible system-versions.
0 commit comments