Skip to content

Commit

Permalink
Added deprecated warning to the hid/abstracted-pad example.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Sep 11, 2019
1 parent d1d7127 commit c24895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hid/abstracted-pad/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <switch.h>

// 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.
// Note that Hdls can also be used for this, which generally you would want to use that instead.
// This is deprecated, use Hdls instead when running on compatible system-versions.

// Main program entrypoint
int main(int argc, char* argv[])
Expand Down

0 comments on commit c24895c

Please sign in to comment.