hid/read-controls: Updated comment.

This commit is contained in:
yellows8 2020-12-08 14:59:11 -05:00
parent 62885bbbff
commit b924d358ec
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -6,7 +6,7 @@
// Include the main libnx system header, for Switch development
#include <switch.h>
//See also libnx hid.h.
// See also libnx pad.h / hid.h.
// Main program entrypoint
int main(int argc, char* argv[])