From b924d358ec164b4d0c3ee5abe9e1e1cecba1906b Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 8 Dec 2020 14:59:11 -0500 Subject: [PATCH] hid/read-controls: Updated comment. --- hid/read-controls/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hid/read-controls/source/main.c b/hid/read-controls/source/main.c index f4c5489..1c752cc 100644 --- a/hid/read-controls/source/main.c +++ b/hid/read-controls/source/main.c @@ -6,7 +6,7 @@ // Include the main libnx system header, for Switch development #include -//See also libnx hid.h. +// See also libnx pad.h / hid.h. // Main program entrypoint int main(int argc, char* argv[])