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
6
void
__OSReboot
(
u32
resetCode,
bool
forceMenu);
7
8
void
Run
(
Event
);
9
void
__OSReboot
(
u32
resetCode,
bool
forceMenu);
10
11
#endif
Run
void Run(Event)
__OSReboot
void __OSReboot(u32 resetCode, bool forceMenu)
Definition
OSReboot.c:28
platform.h
u32
unsigned long u32
An unsigned 32-bit integer.
Definition
platform.h:26
Event
void(* Event)(void)
A void callback with no arguments.
Definition
platform.h:77
src
dolphin
os
OSReboot.h
Generated by
1.9.8