From c66ee7206eadfa1c641f12594d4021843f7663cc Mon Sep 17 00:00:00 2001 From: cathery Date: Wed, 11 Dec 2019 09:24:53 +0300 Subject: [PATCH] Remove hid service from sysmodule --- source/main.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index a42a051..fd988c9 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -65,19 +65,10 @@ extern "C" rc = pscmInitialize(); if (R_FAILED(rc)) fatalThrow(rc); - -#ifndef __APPLET__ - rc = hidInitialize(); - if (R_FAILED(rc)) - fatalThrow(rc); -#endif } void userAppExit(void) { -#ifndef __APPLET__ - hidExit(); -#endif pscmExit(); usbHsExit(); hiddbgReleaseHdlsWorkBuffer();