Process Manager services: Difference between revisions
why |
→pm:shell: GetUnimplementedEventHandle |
||
Line 209: | Line 209: | ||
|- | |- | ||
| 8 || [7.0.0+] [[#EnableAdditionalSystemThreads]] | | 8 || [7.0.0+] [[#EnableAdditionalSystemThreads]] | ||
|- | |||
| 9 || [8.0.0+] [[#GetUnimplementedEventHandle]] | |||
|} | |} | ||
Line 274: | Line 276: | ||
On normal [[7.0.0]] retail firmware, this will double the limit on system threads from 0x60 to 0xC0. | On normal [[7.0.0]] retail firmware, this will double the limit on system threads from 0x60 to 0xC0. | ||
== GetUnimplementedEventHandle == | |||
This function returns a handle, and in [[8.0.0]] code was added to the global ProcessManager object constructor to call svcCreateEvent to make a new global event. | |||
This command is presumably intended to retrieve this event, however, the event is never signaled anywhere, and as of [[8.0.0]] the implementation for this command just does "abort();". | |||
[[Category:Services]] | [[Category:Services]] |