From 1cc3547990a043ef887634457dfb63615d1deaab Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 27 Sep 2018 12:01:58 -0400 Subject: [PATCH] Removed TODO comment in _hidGetDeviceHandles(). --- nx/source/services/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/hid.c b/nx/source/services/hid.c index c60db215..1bc3c40e 100644 --- a/nx/source/services/hid.c +++ b/nx/source/services/hid.c @@ -913,7 +913,7 @@ static Result _hidGetDeviceHandles(u32 devicetype, u32 *DeviceHandles, size_t to } else if (tmp_type & TYPE_JOYCON_RIGHT) { tmp_type = 7; - tmp_type |= 0x010000;//TODO: Does SixAxis need this? + tmp_type |= 0x010000; } //Official sw checks for these bits but libnx hid.h doesn't have these currently. else if (tmp_type & BIT(29)) {