Changes

5 bytes added ,  21:44, 4 February 2016
m
Corrected reset and shutdown syscalls
Line 355: Line 355:  
| 0x7D || 0x71 || int check_debug_flag(u32 flag) || Checks if the supplied flag is enabled in the LT_DEBUG register copy on the IOSU heap || The flag value if enabled or 0 if disabled
 
| 0x7D || 0x71 || int check_debug_flag(u32 flag) || Checks if the supplied flag is enabled in the LT_DEBUG register copy on the IOSU heap || The flag value if enabled or 0 if disabled
 
|-
 
|-
| 0x7E || 0x72 || void ios_reset(int unk) || Resets the IOSU || Nothing
+
| 0x7E || 0x72 || void ios_shutdown(int unk) || Issues a system shutdown || Nothing
 
|-
 
|-
 
| 0x7F || 0x73 || void ios_panic(char *panic_desc, u32 panic_desc_size) || Issues a system panic (with optional description string) || Nothing
 
| 0x7F || 0x73 || void ios_panic(char *panic_desc, u32 panic_desc_size) || Issues a system panic (with optional description string) || Nothing
 
|-
 
|-
| 0x80 || 0x74 || void ios_shutdown() || Issues a shutdown request || Nothing
+
| 0x80 || 0x74 || void ios_reset() || Issues a system reset || Nothing
 
|-
 
|-
 
| 0x81 || 0x75 || void set_panic_behavior(int flag) || Changes the system behavior on panic:<br>flag is 0 -> crash on panic<br>flag is 1 -> reset on panic<br>flag is 2 -> reset EXI as well || Nothing
 
| 0x81 || 0x75 || void set_panic_behavior(int flag) || Changes the system behavior on panic:<br>flag is 0 -> crash on panic<br>flag is 1 -> reset on panic<br>flag is 2 -> reset EXI as well || Nothing
108

edits