Changes

724 bytes added ,  19:08, 23 April 2015
Line 10: Line 10:  
[[Home Menu]] was updated.
 
[[Home Menu]] was updated.
   −
The [[DSP_Services|DSP]] and [[News_Services|notifications]] system-modules were updated. The Old3DS(not New3DS) [[NFC_Services|NFC]] module was updated.
+
The [[DSP_Services|DSP]] and [[News_Services|notifications]](see [[News_Services|here]] for the changes) system-modules were updated. The Old3DS(not New3DS) [[NFC_Services|NFC]] module was updated.
    
The latest already-available versions of the following TWL titles were added to the New3DS system-update SOAP response title-list: DS Internet, Download Play, and card whitelist(previously those titles were not included in the New3DS SOAP title-list at all).
 
The latest already-available versions of the following TWL titles were added to the New3DS system-update SOAP response title-list: DS Internet, Download Play, and card whitelist(previously those titles were not included in the New3DS SOAP title-list at all).
Line 17: Line 17:     
The following Old3DS KOR-only title was updated: 0004009B00015502.
 
The following Old3DS KOR-only title was updated: 0004009B00015502.
 +
 +
==CTRSDK update==
 +
Each of the updated system-titles include the following updated CTRSDK function change.
 +
 +
Originally the "stack region" ctx init function just called another function with: ctx=<addr>, address=0x0E000000, and size=0x02000000. With this new version, [[SVC|svcQueryMemory]] is used to find the first 0x1000-byte unmapped memory starting at 0x0FFFF000(stopping at 0x0E000000 if it ever gets that far), decreasing the address by 0x1000 each time when the memory is mapped. Once finished, it then calls the above function with: ctx=<addr>, address=0x0E000000, and size=<locatedunmapped_memaddr>-0x0E000000. Hence, this region now ends at <allocatedmainstack-0x1000>.
    
==See Also==
 
==See Also==