Changes

Line 847: Line 847:  
=== PushToGeneralChannel ===
 
=== PushToGeneralChannel ===
 
Takes an input [[#IStorage]], no output.
 
Takes an input [[#IStorage]], no output.
 +
 +
Seems to be used for sending requests to [[qlaunch]]. sdk-nso creates a 0x10-byte storage which is sent to this. The following are the functions which use this, with the data written to the storage:
 +
* <code>RequestHomeMenu</code> <code>5341 4d53 0100 0000 0200 0000 0100 0000</code>
 +
* <code>RequestJumpToSystemUpdate</code> <code>5341 4d53 0100 0000 0b00 0000 0100 0000</code>
    
=== GetHomeButtonReaderLockAccessor ===
 
=== GetHomeButtonReaderLockAccessor ===