PSC services: Difference between revisions
No edit summary |
|||
Line 356: | Line 356: | ||
== NotifyApplicationRightsInfo == | == NotifyApplicationRightsInfo == | ||
Takes an input u64 '''ApplicationId''' and an input u32 (padded to u64). No output. | Takes an input u64 '''ApplicationId''' and an input u32 (padded to u64). No output. | ||
If the input u32 is 0 or none of the bits are recognized, this just returns 0. Otherwise the lowest set bit is used to determine a value to write to stack (the ApplicationId is also written afterwards), for passing to a func. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Bit || Write value | |||
|- | |||
| 0 || 0x2 | |||
|- | |||
| 3 || 0x3 | |||
|- | |||
| 4 || 0x4 | |||
|- | |||
| 5 || [20.1.0+] 0x5 | |||
|- | |||
| 6 || [20.1.0+] 0x6 | |||
|} | |||
== RegisterWatchdog == | == RegisterWatchdog == |