Changes

242 bytes added ,  03:38, 11 April 2017
no edit summary
Line 586: Line 586:  
| style="background: red" | No?
 
| style="background: red" | No?
 
| style="background: red" | No
 
| style="background: red" | No
| GetWifiPdnReg
+
| PokeWifiPdnReg(s0 input_flag). Implemented with [[11.4.0-37|11.4.0-X]], see below.
 
|- style="border-top: double"
 
|- style="border-top: double"
 
| 0x60  
 
| 0x60  
Line 1,531: Line 1,531:  
* Old3DS: 0x103
 
* Old3DS: 0x103
 
* New3DS: 0x550
 
* New3DS: 0x550
 +
 +
= svc 0x5A =
 +
Based on what NWM did previously, it looks like this one does the following:
 +
 +
  if (in_flag == 1)
 +
    *(u8*)0x10140180 |= 1;
 +
  else
 +
    *(u8*)0x10140180 &~ 1;
    
= Kernel error-codes =
 
= Kernel error-codes =