Skip to content

Commit c24895c

Browse files
committed
Added deprecated warning to the hid/abstracted-pad example.
1 parent d1d7127 commit c24895c

File tree

1 file changed

+1
-1
lines changed
  • hid/abstracted-pad/source

1 file changed

+1
-1
lines changed

hid/abstracted-pad/source/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <switch.h>
88

99
// 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.
1111

1212
// Main program entrypoint
1313
int main(int argc, char* argv[])

0 commit comments

Comments
 (0)