mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Added deprecated warning to the hid/abstracted-pad example.
This commit is contained in:
parent
d1d712702a
commit
c24895c52f
@ -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[])
|
||||||
|
Loading…
Reference in New Issue
Block a user