From 805e757b496314db2f119c9a86afe6c587798118 Mon Sep 17 00:00:00 2001 From: smea Date: Fri, 26 Dec 2014 12:46:01 -0800 Subject: [PATCH] Update hid.c --- libctru/source/services/hid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libctru/source/services/hid.c b/libctru/source/services/hid.c index 036fe33..5d99369 100644 --- a/libctru/source/services/hid.c +++ b/libctru/source/services/hid.c @@ -80,6 +80,8 @@ void hidExit() { irrstExit(); } + + hidInitialised = false; } void hidWaitForEvent(HID_Event id, bool nextEvent)