20.1.5: Difference between revisions
(One intermediate revision by the same user not shown) | |||
Line 28: | Line 28: | ||
** Changed: 2250 - outinterfaces: ['0x71001408F8 [ID = 0x29d8801c]'] -> ['0x7100140A48 [ID = 0x29d8801c]'] (final state: inbytes: 0x18, inhandles: [1], outbytes: 0x0, outinterfaces: ['0x7100140A48 [ID = 0x29d8801c]']) | ** Changed: 2250 - outinterfaces: ['0x71001408F8 [ID = 0x29d8801c]'] -> ['0x7100140A48 [ID = 0x29d8801c]'] (final state: inbytes: 0x18, inhandles: [1], outbytes: 0x0, outinterfaces: ['0x7100140A48 [ID = 0x29d8801c]']) | ||
** Changed: 2260 - outinterfaces: ['0x71001408F8 [ID = 0x29d8801c]'] -> ['0x7100140A48 [ID = 0x29d8801c]'] (final state: inbytes: 0x4, inhandles: [1], outbytes: 0x0, outinterfaces: ['0x7100140A48 [ID = 0x29d8801c]']) | ** Changed: 2260 - outinterfaces: ['0x71001408F8 [ID = 0x29d8801c]'] -> ['0x7100140A48 [ID = 0x29d8801c]'] (final state: inbytes: 0x4, inhandles: [1], outbytes: 0x0, outinterfaces: ['0x7100140A48 [ID = 0x29d8801c]']) | ||
=== [[NS_services|ns]] === | |||
Besides IPC-related changes: | |||
* Updated L_a0488, prev ver @ L_a0478. | |||
** Added a call to L_8f0a4 after the first func call. | |||
** Added a call to L_9c164. | |||
* Updated L_a05e4, prev ver @ L_a0584. | |||
** Code was added for using L_8f0a4 in a loop. | |||
** Added a call to L_9c164. | |||
* Updated L_ce23c, prev ver @ L_ce160. | |||
** Code was added at 0xce56c (prev ver 0xce48c): <code>if (s32 sp44 <= 0x13) { L_8f0a4(...); <increment sp44> }</code> | |||
* Updated L_11d950, prev ver @ L_11d824. | |||
** When the first func call fails, this now calls L_8f0a4 twice before returning. | |||
* Updated L_11ed70, prev ver @ L_11ebf4. | |||
** Added a call to L_8f0a4 after the first func call. | |||
** When L_99b70 returns success, this now calls L_9c164. | |||
* Updated L_11f454, prev ver @ L_11f290. | |||
** At the start of this func a call to L_8f0a4 was added. | |||
** At the end of this func when successful, a call to L_9c164 was added. | |||
* Updated L_14418c, prev ver @ L_143f68. | |||
** Changes are similar to L_ce23c, except the used field is <code>s32 *(*(inx0+8)+8)</code>. | |||
* Updated L_1446bc, prev ver @ L_14444c. | |||
** Added: <code>*(inx0+8) = 0;</code> | |||
* Updated L_144c28, prev ver @ L_1449b4. | |||
** Clearing code was updated. | |||
* Updated L_26bb28, prev ver @ L_26b818. | |||
** Minor changes? | |||
* [[HID_services|hid:sys]] IPC-client vfunc for cmd RegisterAppletResourceUserId: | |||
** This now uses an additional u8 param. Note that the latest hid-sysmodule (on NX) as of this version doesn't currently use this additional param. | |||
=== [[Error_Report_services|erpt]] === | === [[Error_Report_services|erpt]] === |