SSBM Decomp
Loading...
Searching...
No Matches
OSReboot.h
Go to the documentation of this file.
1#ifndef DOLPHIN_OS_OSREBOOT_H
2#define DOLPHIN_OS_OSREBOOT_H
3
4#include <platform.h>
5
6void __OSReboot(u32 resetCode, bool forceMenu);
7
8void Run(Event);
9void __OSReboot(u32 resetCode, bool forceMenu);
10
11#endif
void Run(Event)
void __OSReboot(u32 resetCode, bool forceMenu)
Definition OSReboot.c:28
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
void(* Event)(void)
A void callback with no arguments.
Definition platform.h:77