mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-16 14:09:51 +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)
|
if (ams::hos::GetVersion() >= ams::hos::Version_700)
|
||||||
R_ABORT_UNLESS(hiddbgAttachHdlsWorkBuffer());
|
R_ABORT_UNLESS(hiddbgAttachHdlsWorkBuffer());
|
||||||
R_ABORT_UNLESS(usbHsInitialize());
|
R_ABORT_UNLESS(usbHsInitialize());
|
||||||
R_ABORT_UNLESS(pscmInitialize());
|
//R_ABORT_UNLESS(pscmInitialize());
|
||||||
R_ABORT_UNLESS(fsInitialize());
|
R_ABORT_UNLESS(fsInitialize());
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ extern "C" void __appInit(void)
|
|||||||
|
|
||||||
extern "C" void __appExit(void)
|
extern "C" void __appExit(void)
|
||||||
{
|
{
|
||||||
pscmExit();
|
//pscmExit();
|
||||||
usbHsExit();
|
usbHsExit();
|
||||||
hiddbgReleaseHdlsWorkBuffer();
|
hiddbgReleaseHdlsWorkBuffer();
|
||||||
hiddbgExit();
|
hiddbgExit();
|
||||||
@ -81,14 +81,14 @@ int main(int argc, char *argv[])
|
|||||||
config::Initialize();
|
config::Initialize();
|
||||||
controllers::Initialize();
|
controllers::Initialize();
|
||||||
usb::Initialize();
|
usb::Initialize();
|
||||||
psc::Initialize();
|
//psc::Initialize();
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
svcSleepThread(1e+8L);
|
svcSleepThread(1e+8L);
|
||||||
}
|
}
|
||||||
|
|
||||||
psc::Exit();
|
//psc::Exit();
|
||||||
usb::Exit();
|
usb::Exit();
|
||||||
controllers::Exit();
|
controllers::Exit();
|
||||||
config::Exit();
|
config::Exit();
|
||||||
|
Loading…
Reference in New Issue
Block a user