From: smea Date: Fri, 26 Dec 2014 20:46:01 +0000 (-0800) Subject: Update hid.c X-Git-Tag: v0.3.0~28 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=805e757b496314db2f119c9a86afe6c587798118;p=corbenik%2Fctrulib.git Update hid.c --- 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)