mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
btdrv-mitm: comment out hiddbg init/cleanup until we can use it without failure
This commit is contained in:
parent
9363e3b590
commit
8801c80758
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ void __appInit(void) {
|
|||
R_ABORT_UNLESS(pmdmntInitialize());
|
||||
R_ABORT_UNLESS(pminfoInitialize());
|
||||
R_ABORT_UNLESS(btdrvInitialize());
|
||||
R_ABORT_UNLESS(hiddbgInitialize());
|
||||
//R_ABORT_UNLESS(hiddbgInitialize());
|
||||
});
|
||||
|
||||
R_ABORT_UNLESS(fsdevMountSdmc());
|
||||
|
@ -69,7 +69,7 @@ void __appInit(void) {
|
|||
|
||||
void __appExit(void) {
|
||||
fsdevUnmountAll();
|
||||
hiddbgExit();
|
||||
//hiddbgExit();
|
||||
btdrvExit();
|
||||
pminfoExit();
|
||||
pmdmntExit();
|
||||
|
|
Loading…
Reference in a new issue