From d488df59c0a3bf1f310cdeae720302df99206721 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 11 Dec 2019 19:12:13 -0800 Subject: [PATCH] fix header --- nx/include/switch/services/hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/hid.h b/nx/include/switch/services/hid.h index f5bb9b87..56c95495 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -738,7 +738,7 @@ u64 hidKeysUp(HidControllerID id); u64 hidKeysAllHeld(); u64 hidKeysAllDown(); -u64 hidKeysUp(); +u64 hidKeysAllUp(); u64 hidMouseButtonsHeld(void); u64 hidMouseButtonsDown(void);