1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-05 10:48:46 +00:00

Remove hid service from sysmodule

This commit is contained in:
cathery 2019-12-11 09:24:53 +03:00
parent 7de7e3c5cc
commit c66ee7206e

View File

@ -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();