In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
138 bytes added ,  21:29, 3 August 2022
→‎Syscall Table: added 78 and 79
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
5,579

edits

Navigation menu