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>.