20.2.0: Difference between revisions
| (3 intermediate revisions by the same user not shown) | |||
| Line 78: | Line 78: | ||
* Updated L_2d520, prev ver @ L_2d4ac. | * Updated L_2d520, prev ver @ L_2d4ac. | ||
** At the end two additional decref vfunc calls are done with two objects, if needed. | ** At the end two additional decref vfunc calls are done with two objects, if needed. | ||
=== [[Account_services|account]] === | |||
The updated funcs essentially add various calls to logging funcs: | |||
* L_151a50, prev ver @ L_151a50 | |||
* L_152090, prev ver @ L_151fe0 | |||
* L_152700, prev ver @ L_152580 | |||
=== [[NS_services|ns]] === | === [[NS_services|ns]] === | ||
| Line 120: | Line 126: | ||
=== [[GRC_services|grc]] === | === [[GRC_services|grc]] === | ||
The only changes are IPC related (on NX the only changed func was the IPC handler for the [[GRC_services|updated]] interface). | The only changes are IPC related (on NX the only changed func was the IPC handler for the [[GRC_services|updated]] interface). | ||
=== [[Migration_services|migration]] === | |||
Besides a SDK-related change (additional IPC vfunc) + a number of logging related changes: | |||
* New func L_c9b30. | |||
** Only called by L_c9ed8. | |||
* New func L_c9e20. | |||
** Only called by L_c9f08. | |||
* New func L_c9ed8. | |||
* New func L_c9f08. | |||
* Updated L_12a834, prev ver @ L_12a354. | |||
** This is the async task for nn::migration::device::IServer cmd400. | |||
** Code from here was moved into L_12aa3c. | |||
** ... | |||
* New func L_12aa3c. | |||
* Updated L_12b5a8, prev ver @ L_12b078. | |||
** This is the async task for nn::migration::device::IServer cmd900. | |||
** The code following the vfunc call where the ret is false, was replaced with just calling L_12aa3c, prior to the last func call. | |||
* Updated L_13109c, prev ver @ L_130bec. | |||
** This is the async task for nn::migration::device::IDownloader cmd500. | |||
** After the first func call, added two calls to L_c9ed8. | |||
** At the end, added two calls to L_c9f08. | |||
* Updated L_1a3280, prev ver @ L_1a2b70. | |||
** This is called eventually from mig:usr cmd2010 and cmd2110. | |||
** Added various func calls at the end. | |||
* Updated L_1a40bc, prev ver @ L_1a395c. | |||
** This is called eventually from mig:usr cmd2010 and cmd2310. | |||
** Added various func calls at the end. | |||
==See Also== | ==See Also== | ||