diff --git a/hid/abstracted-pad/source/main.c b/hid/abstracted-pad/source/main.c index d55fe1d..b778ad1 100644 --- a/hid/abstracted-pad/source/main.c +++ b/hid/abstracted-pad/source/main.c @@ -7,7 +7,7 @@ #include // 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[])