Changes

Jump to navigation Jump to search
463 bytes added ,  09:12, 12 February 2018
nintendo why
Line 66: Line 66:  
|-
 
|-
 
| 23 || [2.0.0+] [[#GetSplWaitEvent]] ||
 
| 23 || [2.0.0+] [[#GetSplWaitEvent]] ||
 +
|-
 +
| 24 || [3.0.0+] [[#SetSharedData]] ||
 +
|-
 +
| 25 || [3.0.0+] [[#GetSharedData]] ||
 
|}
 
|}
   Line 280: Line 284:  
== GetSplWaitEvent ==
 
== GetSplWaitEvent ==
 
Returns an event handle for synchronizing with the locked AES engine.
 
Returns an event handle for synchronizing with the locked AES engine.
 +
 +
== SetSharedData ==
 +
Sets a static dword in spl .bss to the user input u32.
 +
 +
[4.0.0+] returns 0xD41A if a value has been previously set without being [[#GetSharedData|gotten]].
 +
 +
== GetSharedData ==
 +
Returns the static dword in spl .bss that can be set via [[#SetSharedData]].
 +
 +
[4.0.0+] returns 0xD61A if a value has not previously been set, and unsets the value after getting it.

Navigation menu