Line 267:
Line 267:
|_Exit
|_Exit
|<code>void _Exit(int status)</code>
|<code>void _Exit(int status)</code>
−
|Makes the current process exit
+
|Makes the current process exit. Crashes when invoked in titles like Wii U games
|-
|-
|OSEffectiveToPhysical
|OSEffectiveToPhysical
|<code>uint32_t OSEffectiveToPhysical(uint32_t addr)</code>
|<code>uint32_t OSEffectiveToPhysical(uint32_t addr)</code>
−
|Converts an effective address to its physical representation. For example 0x10000000 becomes 0x50000000.
+
|Converts an effective address to its physical representation. For example 0x10000000 becomes 0x50000000
|-
|-
|OSGetPFID
|OSGetPFID