mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-05 08:26:32 +00:00
Remove hid service from sysmodule
This commit is contained in:
parent
7de7e3c5cc
commit
c66ee7206e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user