Changes

60 bytes added ,  21:55, 18 April 2020
Line 164: Line 164:  
Same input/output as [[#Initalize]] except this doesn't take an input handle.
 
Same input/output as [[#Initalize]] except this doesn't take an input handle.
   −
The work-buffer (size is still specified with this cmd) is backed by memory in the sysmodule, instead of TransferMemory.
+
The work-buffer (size is still specified with this cmd) is backed by memory in the sysmodule, instead of TransferMemory. The size (after alignment) must be >=0x1000 and <=0x13F000.
    
sdknso will only use this cmd when two flags in the input config are set: the first one being set indicates that the bsd:s service is used, while the second flag enables using this cmd. An error is thrown if the work-buffer size is <0x1000. Otherwise when these flags aren't set, [[#Initialize]] is used as usual.
 
sdknso will only use this cmd when two flags in the input config are set: the first one being set indicates that the bsd:s service is used, while the second flag enables using this cmd. An error is thrown if the work-buffer size is <0x1000. Otherwise when these flags aren't set, [[#Initialize]] is used as usual.