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

Changes

Jump to navigation Jump to search
48 bytes added ,  02:18, 14 August 2016
m
no edit summary
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

Navigation menu