Line 372:
Line 372:
| 77 || IOSCError IOSC_CheckDiHashes(u8 * destAddr, u8 * diskRdBuf, u32 h1Index, u32 h2Index, u8 * h3Ptr); || can only be called from DI || 0 on success, negative on error
| 77 || IOSCError IOSC_CheckDiHashes(u8 * destAddr, u8 * diskRdBuf, u32 h1Index, u32 h2Index, u8 * h3Ptr); || can only be called from DI || 0 on success, negative on error
|-
|-
−
| 78 || syscall_78_set(void *buf, u32 len) || Related to thread priorities? Can only be called from ES. || Returns 0 on success, negative on error
+
| 78 || IOSError SetProcessPriorities(ProcessPriority *newPriorities, u32 numProcesses) || Updates the process priorities, which adjusts all of the thread priorities. Can only be called by ES. || Returns 0 on success, negative on error
|-
|-
−
| 79 || syscall_79_get(void *buf, u32 len) || Related to thread priorities? Can only be called from ES. || Returns negative on error.
+
| 79 || IOSError GetProcessPriorities(ProcessPriority *priorities, u32 numProcesses) || Gets the current process priorities. Can only be called from ES. || Returns negative on error.
|-
|-
| 7a || syscall_7a
| 7a || syscall_7a