Added deprecated warning to the hid/abstracted-pad example.

This commit is contained in:
yellows8 2019-09-11 16:13:54 -04:00
parent d1d712702a
commit c24895c52f
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -7,7 +7,7 @@
#include <switch.h> #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. // 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 // Main program entrypoint
int main(int argc, char* argv[]) int main(int argc, char* argv[])