SVC: Difference between revisions

No edit summary
Line 1,533: Line 1,533:


= svc 0x5A =
= svc 0x5A =
Based on what NWM did previously, it looks like this one does the following:
Like what NWM did previously, this one does the following:


   if (in_flag == 1)
   if (in_flag)
    *(u8*)0x10140180 |= 1;
    CFG11_WIFICNT |= 1;
   else
   else
    *(u8*)0x10140180 &~ 1;
    CFG11_WIFICNT &= ~1;


= Kernel error-codes =
= Kernel error-codes =