mirror of
https://github.com/cathery/sys-con.git
synced 2025-01-29 00:33:02 +00:00
Comment out psc code
This commit is contained in:
parent
a4c6008ce7
commit
9ca309a621
@ -55,7 +55,7 @@ extern "C" void __appInit(void)
|
||||
if (ams::hos::GetVersion() >= ams::hos::Version_700)
|
||||
R_ABORT_UNLESS(hiddbgAttachHdlsWorkBuffer());
|
||||
R_ABORT_UNLESS(usbHsInitialize());
|
||||
R_ABORT_UNLESS(pscmInitialize());
|
||||
//R_ABORT_UNLESS(pscmInitialize());
|
||||
R_ABORT_UNLESS(fsInitialize());
|
||||
});
|
||||
|
||||
@ -64,7 +64,7 @@ extern "C" void __appInit(void)
|
||||
|
||||
extern "C" void __appExit(void)
|
||||
{
|
||||
pscmExit();
|
||||
//pscmExit();
|
||||
usbHsExit();
|
||||
hiddbgReleaseHdlsWorkBuffer();
|
||||
hiddbgExit();
|
||||
@ -81,14 +81,14 @@ int main(int argc, char *argv[])
|
||||
config::Initialize();
|
||||
controllers::Initialize();
|
||||
usb::Initialize();
|
||||
psc::Initialize();
|
||||
//psc::Initialize();
|
||||
|
||||
while (true)
|
||||
{
|
||||
svcSleepThread(1e+8L);
|
||||
}
|
||||
|
||||
psc::Exit();
|
||||
//psc::Exit();
|
||||
usb::Exit();
|
||||
controllers::Exit();
|
||||
config::Exit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user